mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
Merge 2a9e573c61
into 79d28f03d0
This commit is contained in:
@@ -161,6 +161,18 @@ The easy fix is to add a Docker environment variable to the Nginx Proxy Manager
|
||||
DISABLE_IPV6: 'true'
|
||||
```
|
||||
|
||||
## Chaning the HTTP and HTTPS Listen Port
|
||||
|
||||
If you are unable to configure the port mapping within Docker (eg. when using
|
||||
`hostNetwork: true`) you can change the port that proxy-hosts and
|
||||
redirection-hosts listen on by setting the environment variables `HTTP_PORT` and
|
||||
`HTTPS_PORT`:
|
||||
|
||||
```yml
|
||||
environment:
|
||||
HTTP_PORT: "1234"
|
||||
HTTPS_PORT: "5678"
|
||||
```
|
||||
|
||||
## Custom Nginx Configurations
|
||||
|
||||
|
Reference in New Issue
Block a user