feat: 修改部分端口字段 (#209)

This commit is contained in:
zhengkunwang223
2023-07-07 14:40:23 +08:00
committed by GitHub
parent 542f5c4be3
commit 30c2762125
5 changed files with 14 additions and 65 deletions
@@ -6,8 +6,8 @@ services:
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTP1}:81"
- "${PANEL_APP_PORT_HTTP1}:80"
- "${PANEL_APP_PORT_HTTP}:81"
- "${PANEL_APP_PORT_HTTP2}:443"
volumes:
- "${DATA_PATH}:/data"