1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 19:59:41 +08:00
1Panel-Appstore/heimdall/2.6.3/docker-compose.yml
renovate[bot] cc8cf5db37 chore(deps): update linuxserver/heimdall docker tag to v2.6.3 (#2437)
* chore(deps): update linuxserver/heimdall docker tag to v2.6.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2024-11-05 22:14:31 +08:00

23 lines
439 B
YAML

services:
heimdall:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- "./data:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
image: linuxserver/heimdall:2.6.3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true