diff --git a/heimdall/docker-compose.yml b/heimdall/docker-compose.yml new file mode 100644 index 0000000..c62e1c6 --- /dev/null +++ b/heimdall/docker-compose.yml @@ -0,0 +1,14 @@ +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 \ No newline at end of file