jlesage/nginx-proxy-manager

Sponsored OSS

By jlesage

Updated about 2 months ago

Docker container for Nginx Proxy Manager

Image
268

50M+

jlesage/nginx-proxy-manager repository overview

Docker container for Nginx Proxy Manager

Release Docker Image Size Docker Pulls Docker Stars Build Status Source Donate

This project provides a lightweight and secure Docker container for Nginx Proxy Manager.

This Docker container is entirely unofficial and not made by the creators of Nginx Proxy Manager.


Nginx Proxy Manager logoNginx 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.


Quick Start

NOTE: The Docker command provided in this quick start is an example, and parameters should be adjusted to suit your needs.

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: Stores the application's configuration, state, logs, and any files requiring persistency.

Access the Nginx Proxy Manager GUI by browsing to http://your-host-ip:8181.

Documentation

Full documentation is available at https://github.com/jlesage/docker-nginx-proxy-manager.

Support or Contact

Having troubles with the container or have questions? Please create a new issue.

For other Dockerized applications, visit https://jlesage.github.io/docker-apps.

Tag summary

Content type

Image

Digest

sha256:ee1db8ddf

Size

156.1 MB

Last updated

about 2 months ago

docker pull jlesage/nginx-proxy-manager

This week's pulls

Pulls:

29,428

Jun 29 to Jul 5