--- version: "3" ########################################################################################################################### # Heimdall (Homepage) # # DockerHub: https://hub.docker.com/r/linuxserver/heimdall # # SAMPLE ENV # # # NOTES # # Make sure your volume is set correctly # # You can edit vol/www/.env # For https include FORCE_HTTPS=true # ########################################################################################################################### services: heimdall: image: linuxserver/heimdall:2.5.6 environment: - PUID=1000 - PGID=1000 - TZ=America/Vancouver volumes: - ./data:/config restart: unless-stopped