Skip to content

Commit

Permalink
add auto restart to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
bfritscher committed Jun 23, 2020
1 parent be816e7 commit 2bfe2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- db
frontend:
image: nginx
restart: always
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- .:/app
Expand Down

0 comments on commit 2bfe2ba

Please sign in to comment.