Administrator
Published on 2023-11-15 / 14 Visits
0
0

docker for heimdall

####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"

Comment