selfhosting/06-heimdall/docker-compose.heimdall.yml
2024-12-08 19:09:45 +01:00

13 lines
283 B
YAML
Executable file

services:
heimdall:
image: lscr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ${ROOT_INSTALL}/data/heimdall:/config
ports:
- "8016:80"
restart: unless-stopped