Skip to content

Commit

Permalink
feat: nginx add "restart: always" (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost authored Dec 24, 2023
1 parent 6b57e4e commit 4389127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ services:
# used for reverse proxying the API service and Web service.
nginx:
image: nginx:latest
restart: always
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
Expand Down

0 comments on commit 4389127

Please sign in to comment.