[CP][fix] fixed wrong ports for proxy
(cherry picked from commit 229827d525)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user