1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Always restart nginx on failure

This commit is contained in:
Christopher Hoskin 2021-04-26 09:29:46 +01:00
parent f1f49442e6
commit 5b85e2cced

View file

@ -10,7 +10,7 @@ services:
- "${TLS_PRIVATE_KEY_PATH}:/certs/nginx_key.pem"
- "${TLS_CERTIFICATE_PATH}:/certs/nginx_certificate.pem"
- "${NGINX_CONFIG_PATH}:/etc/nginx/nginx.conf"
restart: on-failure:5
restart: always
container_name: nginx
depends_on:
- sharelatex