[CP][fix] fixed wrong ports for proxy

(cherry picked from commit 229827d525)
This commit is contained in:
2021-02-28 00:33:45 -05:00
parent 0caad13abe
commit 45a283aedc

View File

@@ -17,8 +17,8 @@ services:
image: proxy
container_name: proxy
ports:
- "9980:8080"
- "9443:8443"
- "80:8080"
- "443:8443"
networks:
- service_web
- service_certbot