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 image: jc21/nginx-proxy-manager:latest
container_name: nginx-proxy-manager container_name: nginx-proxy-manager
ports: ports:
- "80:80" - "8020:80"
- "443:443" - "8043:443"
- "81:81" - "8021:81"
volumes: volumes:
- ./data:/data - ./data:/data
- ./letsencrypt:/etc/letsencrypt - ./letsencrypt:/etc/letsencrypt

View File

@@ -9,4 +9,6 @@ sqladmin==0.20.1
itsdangerous==2.2.0 itsdangerous==2.2.0
bcrypt==4.3.0 bcrypt==4.3.0
python-multipart==0.0.20 python-multipart==0.0.20
WTForms==3.2.1 WTForms
#==3.2.1