fix: try this depends_on trick for the db

This commit is contained in:
2022-05-12 22:29:27 +02:00
parent dd4841dbe0
commit 2bac1aa31c

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