Skip to main content

Heimdall | An Application dashboard and launcher

Heimdall | An Application dashboard and launcher

---
version: "2.1"
services:
  heimdall:
    image: lscr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Singapore
    volumes:
      - /docker-data/heimdall:/config
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped