This commit is contained in:
2026-03-05 18:40:53 +01:00
parent 18267c3f71
commit be3601b39d
17 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall2
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /docker/Daten/heimdall/config:/config
ports:
- 1280:80
- 12443:443
restart: unless-stopped