fix port and reqment py

This commit is contained in:
jigoong
2026-02-16 17:33:10 +07:00
parent 300ed08d9e
commit 0a2b162c3e
2 changed files with 6 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ services:
image: jc21/nginx-proxy-manager:latest
container_name: nginx-proxy-manager
ports:
- "80:80"
- "443:443"
- "81:81"
- "8020:80"
- "8043:443"
- "8021:81"
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt