Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 788 Bytes

Nginx Proxy Manager (NPM)

My own spin on the Nginx Proxy Manager (NPM) project.

Changes vis-a-vis the official Docker Compose file

The container is connected to a Docker network to connect various project containers to this reverse proxy container.

PUID and PGID have been set to 0 in the environment variables as requested by one the of the projects reverse-proxied.

Automatically restart after a system reboot

To restart the Docker container after a system reboot on a systemd system execute the following:

curl -fsSL https://techoverflow.net/scripts/create-docker-compose-service.sh | sudo bash /dev/stdin

More info: https://techoverflow.net/2020/10/24/create-a-systemd-service-for-your-docker-compose-project-in-10-seconds/