Unverified Commit 43891270 authored by takatost's avatar takatost Committed by GitHub

feat: nginx add "restart: always" (#1829)

parent 6b57e4e0
...@@ -294,6 +294,7 @@ services: ...@@ -294,6 +294,7 @@ services:
# used for reverse proxying the API service and Web service. # used for reverse proxying the API service and Web service.
nginx: nginx:
image: nginx:latest image: nginx:latest
restart: always
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf - ./nginx/proxy.conf:/etc/nginx/proxy.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment