Set depends_on where needed

This commit is contained in:
Jake Howard
2020-06-24 18:35:20 +01:00
parent 7a3643f3c2
commit 7d61282d19
7 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,8 @@ services:
volumes:
- ./homeserver.yaml:/etc/homeserver.yaml
- ./files:/data
depends_on:
- db
expose:
- 8008
labels: