####heimdall docker-compose.yaml
version: '3'
services:
heimdall:
image: linuxserver/heimdall:latest
container_name: heimdall
restart: always
volumes:
- /root/docker/heimdall/config:/config
ports:
- "80:80"
- "443:443"