mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-20 07:14:25 +02:00
14 lines
283 B
YAML
Executable File
14 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
|