Skip to content

Commit

Permalink
chore: Add restart policy to the web service in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Oct 12, 2024
1 parent d01a257 commit 210f2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- ./src:/code
ports:
- 8000:8000
restart: always

nginx:
image: nginx:latest
Expand Down

0 comments on commit 210f2d3

Please sign in to comment.