heimdall/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 14:46:09 +01:00
parent cd5d43b671
commit f1dfb5301e

View File

@@ -0,0 +1,14 @@
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/appdata/config:/config
ports:
- 90:80
- 543:443
restart: unless-stopped