Pārlūkot izejas kodu

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

takatost 1 gadu atpakaļ
vecāks
revīzija
438912700c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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