17 lines
340 B
YAML
17 lines
340 B
YAML
version: "2.1"
|
|
services:
|
|
heimdall:
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
container_name: heimdall2
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Berlin
|
|
volumes:
|
|
- /home/christian/docker/heimdall/data/config:/config
|
|
|
|
ports:
|
|
- 1280:80
|
|
- 12443:443
|
|
restart: unless-stopped
|