mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
17 lines
318 B
YAML
17 lines
318 B
YAML
version: "3"
|
|
|
|
services:
|
|
heimdall:
|
|
container_name: heimdall
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Berlin
|
|
ports:
|
|
- 8099:80
|
|
hostname: heimdall
|
|
image: linuxserver/heimdall:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/docker-volumes/heimdall:/config
|