1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-21 02:31:02 +08:00
1Panel-Appstore/apps/hubcmdui/4.0.7/docker-compose.yml
2025-06-16 09:55:21 +08:00

20 lines
484 B
YAML

services:
hubcmd-ui:
image: dqzboy/hubcmd-ui:4.0.7
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
environment:
- LOG_LEVEL=INFO
- SIMPLE_LOGS=true
labels:
createdBy: Apps
networks:
1panel-network:
external: true