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