diff --git a/Docker/heimdall/docker-compose.yaml b/Docker/heimdall/docker-compose.yaml new file mode 100644 index 0000000..09ef07d --- /dev/null +++ b/Docker/heimdall/docker-compose.yaml @@ -0,0 +1,17 @@ +--- +version: "3.8" +services: + heimdall: + image: linuxserver/heimdall:latest + container_name: heimdall + restart: always + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + volumes: + - ./heimdall:/config + ports: + - 8006:80 + labels: + - com.centurylinklabs.watchtower.enable=true