Description
Current Behavior
Original npm uses ports 80, 443 and 81, and uses /data as the location of configurations, as seen on their example compose file:
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
This project exposes its services on 8181, 4443 and 8080. It also expects config files to be mounted on /config.
Yhis can be very confusing for users looking to migrate, since the project describes itself as a "a drop in replacement for jlesage/nginx-proxy-manager"
Expected Behavior
This project should be changed so that it exposes it services on ports 443, 80 and 81. Config location should be set to /data, in order to be a drop-in replacement for original npm.
No response
Steps To Reproduce
No response
Environment
- OS:
- OS version:
- CPU:
- Docker version:
- Device model:
- Browser/OS:
Container creation
docker run -d
--name=nginx-proxy-manager
-p 8181:8181
-p 8080:8080
-p 4443:4443
-v /docker/appdata/nginx-proxy-manager:/config:rw
lepresidente/nginx-proxy-manager
Container log
-
Container inspect
No response
Anything else?
No response