-
Hello. Is there a way to change the HTTP and HTTPS ports? I'm using a Synology NAS, and Synology already preempts ports 80 and 443, so I can't use them in "network_mode: host" unless I modify the system files. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
the UI port is within the docker.yml / or environment settings :) you could change it via the docker listener port (80:8080) |
Beta Was this translation helpful? Give feedback.
-
there are some (complicated) ways to stop synologys nginx server to listen on port 80/443, I would recommend you to try that. Or as said above you can use network_mode bridge (please see the downsides at the top of the readme and #691) and change the ports through docker bindings. Why can the ports in host mode not be changed?
|
Beta Was this translation helpful? Give feedback.
there are some (complicated) ways to stop synologys nginx server to listen on port 80/443, I would recommend you to try that. Or as said above you can use network_mode bridge (please see the downsides at the top of the readme and #691) and change the ports through docker bindings.
Why can the ports in host mode not be changed?