mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
fix(nginx): typo
This commit is contained in:
parent
664293053a
commit
7f9f81673b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
image: "${NGINX_IMAGE}"
|
||||
ports:
|
||||
- "${NGINX_TLS_LISTEN_IP:-0.0.0.0}:${TLS_PORT:-443}:443"
|
||||
- "${NGINX_HTTP_LISTEN_IP:-127.0.1.1}:${SHARELATEX_PORT:-80}:80"
|
||||
- "${NGINX_HTTP_LISTEN_IP:-127.0.1.1}:${NGINX_HTTP_PORT:-80}:80"
|
||||
volumes:
|
||||
- "${TLS_PRIVATE_KEY_PATH}:/certs/nginx_key.pem:ro"
|
||||
- "${TLS_CERTIFICATE_PATH}:/certs/nginx_certificate.pem:ro"
|
||||
|
@ -14,4 +14,4 @@ services:
|
|||
restart: always
|
||||
container_name: nginx
|
||||
depends_on:
|
||||
- sharelatex
|
||||
- sharelatex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue