forked from Ivasoft/docker-tvheadend
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a7a4d31f0 | ||
|
|
f8731afa97 | ||
|
|
d9bde53d3d |
@@ -28,6 +28,7 @@ docker create \
|
|||||||
--name=tvheadend \
|
--name=tvheadend \
|
||||||
--net=bridge \
|
--net=bridge \
|
||||||
-v <path to data>:/config \
|
-v <path to data>:/config \
|
||||||
|
-v <path to recordings>:/recordings \
|
||||||
-e PGID=<gid> -e PUID=<uid> \
|
-e PGID=<gid> -e PUID=<uid> \
|
||||||
-p 9981:9981 \
|
-p 9981:9981 \
|
||||||
-p 9982:9982 \
|
-p 9982:9982 \
|
||||||
@@ -58,7 +59,8 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
|
|||||||
|
|
||||||
|
|
||||||
* `-p 1234` - the port(s)
|
* `-p 1234` - the port(s)
|
||||||
* `-v /config` - explain what lives here
|
* `-v /config` - Where TVHeadend show store it's config files
|
||||||
|
* `-v /recordings` - Where you want the PVR to store recordings
|
||||||
* `-e PGID` for GroupID - see below for explanation
|
* `-e PGID` for GroupID - see below for explanation
|
||||||
* `-e PUID` for UserID - see below for explanation
|
* `-e PUID` for UserID - see below for explanation
|
||||||
* `--device=/dev/dvb` - for passing through DVB-cards
|
* `--device=/dev/dvb` - for passing through DVB-cards
|
||||||
|
|||||||
Reference in New Issue
Block a user