Skip to content

Commit

Permalink
Add restart always to ensure container restarts if it can't start (my…
Browse files Browse the repository at this point in the history
…sql startup time is slower)
  • Loading branch information
Pelayori committed Feb 25, 2024
1 parent cbd267e commit c9b7c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
- mynetwork
depends_on:
- db
restart:
always

volumes:
db_data:
Expand Down

0 comments on commit c9b7c53

Please sign in to comment.