Skip to content

Commit

Permalink
Add restart policy to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pemcne committed Aug 31, 2023
1 parent b7f5357 commit 4cf1df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- edi.env
volumes:
- /usr/share/zoneinfo/America/New_York:/etc/localtime
restart: unless-stopped
fran:
image: ghcr.io/pemcne/edi:main
environment:
Expand All @@ -17,4 +18,5 @@ services:
env_file:
- fran.env
volumes:
- /usr/share/zoneinfo/America/New_York:/etc/localtime
- /usr/share/zoneinfo/America/New_York:/etc/localtime
restart: unless-stopped

0 comments on commit 4cf1df2

Please sign in to comment.