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

This commit is contained in:
takatost 2023-12-24 15:33:28 +08:00 committed by GitHub
parent 6b57e4e0ff
commit 438912700c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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