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
+22
View File
@@ -0,0 +1,22 @@
services:
dpanel:
image: dpanel/dpanel:1.9.1.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_ADMIN}:8080
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTPS}:443
volumes:
- ${DPANEL_ROOT_PATH}/data:/dpanel
- ${DPANEL_ROOT_PATH}/compose:/dpanel/compose
- /var/run/docker.sock:/var/run/docker.sock
environment:
- APP_NAME=${CONTAINER_NAME}
networks:
1panel-network:
external: true