mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-10-09 14:12:28 +00:00
588 B
588 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