mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 03:49:50 +00:00
592 B
592 B
nginx-proxy-manager
- it's basically a very nice UI for nginx reverse-proxy
- a very nice UI
- making it extremely easy to use nginx
docker-compose.yml
---
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
Login with:
- Email: admin@example.com
- Password: changeme