Nouvelle page
docker compose
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /chemin/destination/heimdall:/config
ports:
- 8080:80
- 4433:443
restart: unless-stopped