feat: update dpanel 1.10.4-lite

This commit is contained in:
arch3rPro
2026-06-17 03:34:37 +08:00
parent 05a8a59d42
commit e63f6a12d0
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,19 @@
services:
dpanel:
image: "dpanel/dpanel:1.10.4-lite"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ${DOCKER_SOCK_PATH}:/var/run/docker.sock
- ${DATA_PATH}:/dpanel
environment:
- APP_NAME=${APP_NAME}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true