1
0

chore(deps): update dpanel/dpanel docker tag to v1.9.3 (#3357)

This commit is contained in:
renovate[bot]
2026-01-09 09:54:39 +00:00
committed by GitHub
parent aee6e03db6
commit c13a4970b0
7 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
services:
dpanel:
image: "dpanel/dpanel:1.9.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