Skip to main content

Heimdall

Ofiicial Link: https://hub.docker.com/r/linuxserver/heimdall 


Stack

---
version: "2.1"
services:
  heimdall:
    image: ghcr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
      - PUID=1000                       #change this according to your instance
      - PGID=1000                       #change this according to your instance
      - TZ=Asia/Dhaka                   #change this according to your timezone
    volumes:
      - /home/docker/Heimdall:/config
    ports:
      - 83:80
    restart: unless-stopped

Video