[fix] fixed wrong ports for proxy

This commit is contained in:
2021-02-28 00:32:54 -05:00
parent 14968c78f0
commit 229827d525

View File

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