Customize to setup a VM
This commit is contained in:
parent
9067e9ae35
commit
583ec495b1
40 changed files with 122 additions and 1500 deletions
13
06-heimdall/docker-compose.heimdall.yml
Executable file
13
06-heimdall/docker-compose.heimdall.yml
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue