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