--- services: heimdall: image: lscr.io/linuxserver/heimdall:latest container_name: heimdall environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /opt/heimdall/config:/config ports: - 9580:80 # - 9559:443 restart: unless-stopped