Customize to setup a VM

This commit is contained in:
Yax 2024-12-08 19:09:45 +01:00
parent 9067e9ae35
commit 583ec495b1
40 changed files with 122 additions and 1500 deletions

View file

@ -0,0 +1,13 @@
services:
heimdall:
image: lscr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ${ROOT_INSTALL}/data/heimdall:/config
ports:
- "8016:80"
restart: unless-stopped