🤗修改端口
This commit is contained in:
parent
0836b53ff4
commit
50db91eb78
|
|
@ -3,7 +3,7 @@ services:
|
||||||
image: ghcr.io/sky22333/hubproxy:latest
|
image: ghcr.io/sky22333/hubproxy:latest
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8888"
|
- "${PANEL_APP_PORT_HTTP}:5000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/config.toml:/root/config.toml
|
- ./data/config.toml:/root/config.toml
|
||||||
logging:
|
logging:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue