Explorar el Código

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

tags/0.4.0
takatost hace 1 año
padre
commit
438912700c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      docker/docker-compose.yaml

+ 1
- 0
docker/docker-compose.yaml Ver fichero

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

Cargando…
Cancelar
Guardar