mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
11 lines
203 B
YAML
11 lines
203 B
YAML
heimdall:
|
|
image: linuxserver/heimdall:latest
|
|
restart: always
|
|
ports:
|
|
- 6011:80
|
|
volumes:
|
|
- /data/heimdall/:/config/
|
|
environment:
|
|
- PGID=1000
|
|
- PUID=1000
|