1st Official Post
  • Attention: This video is still in german

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Bash
    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

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!