mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-19 03:17:11 +08:00
feat: update hubcmdui 4.0.8
This commit is contained in:
19
apps/hubcmdui/4.0.8/docker-compose.yml
Normal file
19
apps/hubcmdui/4.0.8/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
hubcmd-ui:
|
||||
image: dqzboy/hubcmd-ui:4.0.8
|
||||
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
|
||||
Reference in New Issue
Block a user