From b622550c19dd3baa2e11b103f0a3f25a807fc795 Mon Sep 17 00:00:00 2001 From: borgal Date: Sun, 29 Aug 2021 17:53:09 +0000 Subject: [PATCH] =?UTF-8?q?Heimdall=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heimdall/docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 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..df9c200 --- /dev/null +++ b/heimdall/docker-compose.yml @@ -0,0 +1,15 @@ +version: "3" +services: + heimdall: + image: ghcr.io/linuxserver/heimdall + container_name: heimdall + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + volumes: + - /opt/heimdall/data:/config + ports: + - 8124:80 + - 8143:443 + restart: unless-stopped \ No newline at end of file