ソースを参照

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

takatost 1 年間 前
コミット
438912700c
共有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