Files
no-secrets-athq-ansible/roles/docker-deployments/templates/heimdall.yaml
T
2024-02-12 17:01:18 +01:00

11 lines
203 B
YAML

heimdall:
image: linuxserver/heimdall:latest
restart: always
ports:
- 6011:80
volumes:
- /data/heimdall/:/config/
environment:
- PGID=1000
- PUID=1000