14 lines
291 B
YAML
14 lines
291 B
YAML
services:
|
|
heimdall:
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
container_name: heimdall
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- /path/to/appdata/config:/config
|
|
ports:
|
|
- 90:80
|
|
- 543:443
|
|
restart: unless-stopped |