forked from Ivasoft/docker-tvheadend
Bot Updating Templated Files
This commit is contained in:
@@ -58,7 +58,7 @@ The architectures supported by this image are:
|
||||
| :----: | :----: | ---- |
|
||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||
| armhf| ✅ | arm32v7-\<version tag\> |
|
||||
| armhf | ✅ | arm32v7-\<version tag\> |
|
||||
|
||||
## Application Setup
|
||||
|
||||
@@ -136,7 +136,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- TZ=Etc/UTC
|
||||
- RUN_OPTS= #optional
|
||||
volumes:
|
||||
- /path/to/data:/config
|
||||
@@ -157,7 +157,7 @@ docker run -d \
|
||||
--name=tvheadend \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-e TZ=Etc/UTC \
|
||||
-e RUN_OPTS= `#optional` \
|
||||
-p 9981:9981 \
|
||||
-p 9982:9982 \
|
||||
@@ -167,6 +167,7 @@ docker run -d \
|
||||
--device /dev/dvb:/dev/dvb `#optional` \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/tvheadend:latest
|
||||
|
||||
```
|
||||
|
||||
#### Host vs. Bridge
|
||||
@@ -184,7 +185,7 @@ Container images are configured using parameters passed at runtime (such as thos
|
||||
| `-p 9982` | HTSP server port. |
|
||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||
| `-e RUN_OPTS=` | Optionally specify additional arguments to be passed. See Additional runtime parameters. |
|
||||
| `-v /config` | Where TVHeadend show store it's config files. |
|
||||
| `-v /recordings` | Where you want the PVR to store recordings. |
|
||||
|
||||
Reference in New Issue
Block a user