diff --git a/images/docker-tvheadend.md b/images/docker-tvheadend.md index 0ea9f9a9b..8184f5fd2 100644 --- a/images/docker-tvheadend.md +++ b/images/docker-tvheadend.md @@ -35,15 +35,6 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf| ✅ | arm32v7-\ | -## Version Tags - -This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. - -| Tag | Available | Description | -| :----: | :----: |--- | -| latest | ✅ | Current latest release. | -| release-4.2 | ✅ | Latest release from 4.2 branch. | - ## Application Setup The setup depends if you run the one of the stable tags or use latest. Running latest is the easiest as it has a setup wizard. @@ -121,10 +112,10 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London - - RUN_OPTS= #optional + - RUN_OPTS= #optional volumes: - - :/config - - :/recordings + - /path/to/data:/config + - /path/to/recordings:/recordings ports: - 9981:9981 - 9982:9982 @@ -142,11 +133,11 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ - -e RUN_OPTS= `#optional` \ + -e RUN_OPTS= `#optional` \ -p 9981:9981 \ -p 9982:9982 \ - -v :/config \ - -v :/recordings \ + -v /path/to/data:/config \ + -v /path/to/recordings:/recordings \ --device /dev/dri:/dev/dri `#optional` \ --device /dev/dvb:/dev/dvb `#optional` \ --restart unless-stopped \ @@ -176,7 +167,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | -| `RUN_OPTS=` | Optionally specify additional arguments to be passed. See Additional runtime parameters. | +| `RUN_OPTS=` | Optionally specify additional arguments to be passed. See Additional runtime parameters. | ### Volume Mappings (`-v`) @@ -246,6 +237,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **31.08.22:** - Update sample env vars and how RUN_OPTS are handled. * **19.08.22:** - Switch to new picons builder. * **16.04.22:** - Added URL XMLTV grabber. * **05.01.22:** - Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv.