Skip to content

Commit 9fe7600

Browse files
committed
Ensure dependent containers are restarted if needed
Signed-off-by: Lilly Rose Berner <[email protected]>
1 parent 93d98b4 commit 9fe7600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

echo/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
restart: always
2020
depends_on:
2121
db:
22+
restart: true
2223
condition: service_healthy
2324
environment:
2425
- ECHO_CONFIG=/etc/opt/echo/config.json

0 commit comments

Comments
 (0)