feat: update dpanel 1.9.1.3

This commit is contained in:
arch3rPro
2025-12-12 14:37:28 +08:00
parent 13b0c0744b
commit ee0473a554
6 changed files with 13 additions and 39 deletions
@@ -0,0 +1,20 @@
services:
dpanel:
image: "dpanel/dpanel:1.9.1.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