fix: try this depends_on trick for the db

This commit is contained in:
decentral1se 2022-05-12 22:29:27 +02:00
parent dd4841dbe0
commit 2bac1aa31c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
image: "matrixdotorg/synapse:v1.58.1"
volumes:
- "data:/data"
depends_on:
- db
secrets:
- db_password
- registration_shared_secret