feat: update dpanel 1.10.3-lite

This commit is contained in:
arch3rPro
2026-05-25 17:47:17 +08:00
parent 407966ecff
commit e76c8cdb04
2 changed files with 1 additions and 2 deletions
@@ -0,0 +1,19 @@
services:
dpanel:
image: "dpanel/dpanel:1.10.3-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