fix port and reqment py
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user