mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-29 07:38:02 +02:00
Use port 443 on nginx container
This commit is contained in:
parent
5309e7d44f
commit
5027e452cb
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
nginx:
|
||||
image: "${NGINX_IMAGE}"
|
||||
ports:
|
||||
- "127.0.0.1:${TLS_PORT:-443}:18443"
|
||||
- "127.0.0.1:${TLS_PORT:-443}:443"
|
||||
volumes:
|
||||
- "${TLS_PRIVATE_KEY_PATH}:/certs/nginx_key.pem"
|
||||
- "${TLS_CERTIFICATE_PATH}:/certs/nginx_certificate.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue