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:
parent
9fa1e7dfe9
commit
f71a2286e3
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue