app container depends on db and not database

This commit is contained in:
bmen 2023-02-20 17:49:35 +01:00
parent 3809d38476
commit d0ec335f2b
1 changed files with 1 additions and 1 deletions

View File

@ -86,4 +86,4 @@ services:
- hedgedoc - hedgedoc
restart: always restart: always
depends_on: depends_on:
- database - db