Files
docker-compose-cookbooks/nginx-proxy-manager/README.md
T
2026-06-02 19:32:48 -07:00

787 B

Nginx Proxy Manager

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