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

pull/1831/head
takatost 2 years ago committed by GitHub
parent 6b57e4e0ff
commit 438912700c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save