19 lines
324 B
YAML
19 lines
324 B
YAML
## test
|
|
|
|
services:
|
|
heimdall:
|
|
image: lscr.io/linuxserver/heimdall:latest
|
|
container_name: heimdall2
|
|
environment:
|
|
- PUID=1001
|
|
- PGID=1001
|
|
- TZ=Europe/Berlin
|
|
volumes:
|
|
- /srv/docker/daten/heimdall/config:/config
|
|
|
|
ports:
|
|
- 1280:80
|
|
- 12443:443
|
|
restart: unless-stopped
|
|
|