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:
parent
f1f49442e6
commit
5b85e2cced
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue