1
0

chore(deps): update linuxserver/heimdall docker tag to v2.7.6 (#1718)

This commit is contained in:
renovate[bot]
2025-09-17 17:54:22 +08:00
committed by GitHub
parent bd4d798034
commit fe5a433a31
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
services:
heimdall:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "${DATA_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
image: linuxserver/heimdall:2.7.6
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true