This is a Docker container for Nginx Proxy Manager.
Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.
Launch the Nginx Proxy Manager docker container with the following command:
docker run -d \
--name=nginx-proxy-manager \
-p 8181:8181 \
-p 8080:8080 \
-p 4443:4443 \
-v /docker/appdata/nginx-proxy-manager:/config:rw \
jlesage/nginx-proxy-manager
Where:
/docker/appdata/nginx-proxy-manager
: This is where the application stores its configuration, states, log and any files needing persistency.
Browse to http://your-host-ip:8181
to access the Nginx Proxy Manager web interface.
Full documentation is available at https://github.com/jlesage/docker-nginx-proxy-manager.
Having troubles with the container or have questions? Please create a new issue.
For other great Dockerized applications, see https://jlesage.github.io/docker-apps.