--- version: '3' services: heimdall: # image: linuxserver/heimdall:2.4.13 image: linuxserver/heimdall:2.5.5 container_name: heimdall restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ${STORAGE_BASE_PATH}/config:/config environment: - PGID=1000 - PUID=1000 ports: - 8080:80