Files
dock/nginx
xzx3344521 03305bb063 Create Nginx service configuration in nginx file
Add Nginx Proxy Manager service configuration.
2025-10-19 18:40:00 +08:00

16 lines
331 B
Plaintext

services:
app:
image: 'docker.io/jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
#Email: admin@example.com
#Password: changeme http://127.0.0.1:81
echo "$端口81"