瀏覽代碼

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

tags/0.4.0
takatost 1 年之前
父節點
當前提交
438912700c
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      docker/docker-compose.yaml

+ 1
- 0
docker/docker-compose.yaml 查看文件

@@ -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…
取消
儲存