Skip to content

Commit 03ac1e8

Browse files
authored
Docker-compose + TLS: fix name of DD_TLS_PORT (DefectDojo#8964)
1 parent ef9d857 commit 03ac1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-docs/DOCKER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The default https port is 8443.
322322

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

328328
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.

0 commit comments

Comments
 (0)