NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.37k stars 2.71k forks source link

How to change 80 and 443 under bridging #2509

Open 2651335411 opened 1 year ago

2651335411 commented 1 year ago

Because of the limitation of Synology DSM7.0, I can only use this container in host mode. Because of network restrictions, I can't use ports 443 and 80. What parameters can I use to adjust the internal mapping of these two ports

rezzorix commented 1 year ago

You mean like this?

ports:
      - '11180:80'
      - '11181:81'
      - '11443:443'
github-actions[bot] commented 10 months ago

Issue is now considered stale. If you want to keep it open, please comment :+1: