2023-02-15 21:45:31 +00:00
|
|
|
services:
|
2024-11-04 12:08:51 +00:00
|
|
|
|
2023-02-15 21:45:31 +00:00
|
|
|
heimdall:
|
2023-02-26 02:50:10 +00:00
|
|
|
image: linuxserver/heimdall:latest
|
2023-02-15 21:45:31 +00:00
|
|
|
container_name: heimdall
|
2023-02-26 02:50:10 +00:00
|
|
|
hostname: heimdall
|
2023-02-15 21:45:31 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Europe/Berlin
|
|
|
|
ports:
|
|
|
|
- 8099:80
|
2024-11-04 12:08:51 +00:00
|
|
|
expose:
|
|
|
|
- 80
|
2023-02-15 21:45:31 +00:00
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
2023-02-25 13:09:52 +00:00
|
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config
|