Files
Arch1Panel/apps/hubcmdui/latest/docker-compose.yml

20 lines
485 B
YAML
Raw Normal View History

2025-06-30 23:37:03 +08:00
services:
hubcmd-ui:
image: dqzboy/hubcmd-ui:latest
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