From f1dfb5301e85f489a665c77cec7a36408da6ba80 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Nov 2025 14:46:09 +0100 Subject: [PATCH] =?UTF-8?q?heimdall/docker-compose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heimdall/docker-compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 heimdall/docker-compose.yml diff --git a/heimdall/docker-compose.yml b/heimdall/docker-compose.yml new file mode 100644 index 0000000..c62e1c6 --- /dev/null +++ b/heimdall/docker-compose.yml @@ -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 \ No newline at end of file