mirror of
https://github.com/paradizelost/docker.git
synced 2024-11-25 02:44:45 -06:00
14 lines
258 B
YAML
14 lines
258 B
YAML
|
version: "2.1"
|
||
|
services:
|
||
|
heimdall:
|
||
|
image: ghcr.io/linuxserver/heimdall
|
||
|
container_name: heimdall
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- TZ=America/Chicago
|
||
|
volumes:
|
||
|
- ./data/config:/config
|
||
|
restart: unless-stopped
|
||
|
|