Jump to content

Container Hinzufügen


Go to solution Solved by alturismo,

Recommended Posts

Hiho,

 

Vllt. Kann mir ja wer helfen, ich bin anscheinend zu blöd.

 

Ich würde gerne den Container https://hub.docker.com/r/thealhu/tvheadend

Hinzufügen. Aber ich weiß nicht Mal genau wie 🤣

 


Welche Werte muss ich wo eintragen?

Also ich gehe auf Container Hinzufügen, vergib ein Namen und Quelle thealhu/tvheadend:latest

 

docker run

  -d

  --name='Tvheadend'

  --net='bridge'

  --privileged=true

  -e TZ="Europe/Berlin"

  -e HOST_OS="Unraid"

  -e HOST_HOSTNAME="Nas"

  -e HOST_CONTAINERNAME="Tvheadend"

  -e 'PUID'='1000'

  -e 'PGID'='1000'

  -e 'RUN_OPTS'=''

  -e 'heartbeat_alive'='false'

  -l net.unraid.docker.managed=dockerman

  -p '9981:9981/tcp'

  -p '9982:9982/tcp'

  -v '/mnt/user/appdata/tvheadend':'/config':'rw'

  -v '/mnt/user/appdata/tvheadend':'/recordings':'rw' 'thealhu/tvheadend:latest'

13773740f93e650ac1ac05ab18aa313e762044ebdb1db6

dfcee2c8e7d5aa77b9

 

Soweit bin ich gekommen.

Edited by DayOne
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...