Skip to content

Commit

Permalink
Docker-compose + TLS: fix name of DD_TLS_PORT (#8964)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Nov 13, 2023
1 parent ef9d857 commit 03ac1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The default https port is 8443.

To change the port:
- update `nginx.conf`
- update `docker-compose.override.https.yml` or set DD_PORT in the environment)
- update `docker-compose.override.https.yml` or set DD_TLS_PORT in the environment)
- restart the application

NB: some third party software may require to change the exposed port in Dockerfile.nginx as they use docker-compose declarations to discover which ports to map when publishing the application.
Expand Down

0 comments on commit 03ac1e8

Please sign in to comment.