diff --git a/docker-compose/heimdall/heimdall.yaml b/docker-compose/heimdall/heimdall.yaml new file mode 100644 index 0000000..8bf868c --- /dev/null +++ b/docker-compose/heimdall/heimdall.yaml @@ -0,0 +1,15 @@ +--- +version: "2.1" +services: + heimdall: + image: lscr.io/linuxserver/heimdall:latest + container_name: heimdall + environment: + - PUID=1000 + - PGID=1000 + volumes: + - ./heimdall/config:/config + ports: + - 80:80 + - 443:443 + restart: unless-stopped