16 lines
301 B
YAML
16 lines
301 B
YAML
services:
|
|
heimdall:
|
|
container_name: heimdall
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
TZ: Europe/Madrid
|
|
volumes:
|
|
- heimdall_config:/config
|
|
|
|
volumes:
|
|
heimdall_config:
|
|
name: heimdall_config
|