1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-26 10:43:34 +02:00

Allow the port used for TLS to be changed

This commit is contained in:
Christopher Hoskin 2021-04-22 09:11:26 +01:00
parent 9fa1e7dfe9
commit f71a2286e3
3 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ services:
nginx:
image: "${NGINX_IMAGE}"
ports:
- 127.0.0.1:443:18443
- "127.0.0.1:${TLS_PORT:-443}:18443"
volumes:
- "${NGINX_PRIVATE_KEY_PATH}:/certs/nginx_key.pem"
- "${NGINX_CERTIFICATE_PATH}:/certs/nginx_certificate.pem"