Page 1 of 1

container SSL only

Posted: Wednesday 26 April 2023 14:08
by pierrotori
Hi,

in the docker file compose you can put
-ENV WWW_PORT=8080 - Specify default HTTP port
or
-ENV SSL_PORT=443 - Specify default SSL port

But is it possible to disable the HTTP(WWW) port ?
Regards

Re: container SSL only

Posted: Wednesday 26 April 2023 19:12
by waltervl
Try WWW_PORT=0

Re: container SSL only

Posted: Sunday 10 September 2023 18:38
by pierrotori
thanks, with configuration, it's run correctly
- WWW_PORT=0 # Specify default HTTP port
- SSL_PORT=443 # Specify default SSL port