Heimdall Dashboard Portainer Docker

alt text

alt text

heimdall docker yaml configuration file

---
version: "2.1"
services:
heimdall:
    /Knowledge_Base/images/heimdall_docker_: lscr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
    - PUID=1000
    - PGID=1000
    - TZ=America/New_York
    volumes:
    - /var/lib/docker/volumes/heimdall_data/_data:/config
    ports:
    - 7789:80
    - 7790:443
    restart: always

alt text

Sources