Heimdall
 
Notifications
Clear all

Heimdall

1 Posts
1 Users
0 Reactions
23 Views
Frank Schroeder
(@iseetwizard)
Estimable Member Admin
Joined: 5 years ago
Posts: 64
Topic starter  

Attention: This video is still in german

 

 

docker run -d \
  --name=heimdall \
  -e PUID=1027 \
  -e PGID=100 \
  -e TZ=Europe/Luxembourg \
  -p 40979:80 \
  -p 9039:443 \
  -v /volume1/docker/Heimdall:/config \
  --restart always \
  lscr.io/linuxserver/heimdall

 

I used Flame at the time and was looking for a better alternative and I think I found it in Heimdall 🙂

 

Used Links

TZ - Timezone

Random Number (for a port number by random generator)

Heimdall

Heimdall @LinuxServer.io

Heimdall @GitHub

 


   
Quote