Files
docker-compose-cookbooks/nginx-proxy-manager_notes
2026-06-02 19:43:37 -07:00
..
2026-06-02 19:43:37 -07:00
2026-06-02 19:43:37 -07:00
2026-06-02 19:43:37 -07:00

Nginx Proxy Manager

This doesn't really work in dockhand as you won't have access to a lot of services without this running. Moved to notes section, run the compose file manually.

Overview

This Docker Compose configuration sets up the Reverse Proxy application using Docker container.

Default Login

Create Network

The first thing you want to do is create the network:

docker network create proxy

Expose Ports

80 and 443 must be exposed, but you could proxy to 81 for the admin interface.

Project Setup

See sample-extends.yml

Create volumes

mkdir -p data/proxy data/proxy-letsencrypt