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

Host IP should be 0.0.0.0.

Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
This commit is contained in:
siaimes 2021-10-07 14:53:56 +08:00
parent 7c754add39
commit 89bc59d0f2

View file

@ -5,7 +5,7 @@ services:
nginx:
image: "${NGINX_IMAGE}"
ports:
- "127.0.0.1:${TLS_PORT:-443}:443"
- "0.0.0.0:${TLS_PORT:-443}:443"
volumes:
- "${TLS_PRIVATE_KEY_PATH}:/certs/nginx_key.pem:ro"
- "${TLS_CERTIFICATE_PATH}:/certs/nginx_certificate.pem:ro"