Create Nginx service configuration in nginx file

Add Nginx Proxy Manager service configuration.
This commit is contained in:
2025-10-19 18:40:00 +08:00
committed by GitHub
parent f3745809ac
commit 03305bb063

15
nginx Normal file
View File

@@ -0,0 +1,15 @@
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"