From 093eafd16f309515949db7d26f866ca58fc471b7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 12 Dec 2022 09:05:18 -0600 Subject: [PATCH] Bot Updating Documentation --- images/docker-minisatip.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/images/docker-minisatip.md b/images/docker-minisatip.md index a108e5125..f444a8fe5 100644 --- a/images/docker-minisatip.md +++ b/images/docker-minisatip.md @@ -58,9 +58,9 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London - - RUN_OPTS= + - RUN_OPTS= volumes: - - :/config + - /path/to/appdata/config:/config ports: - 8875:8875 - 554:554 @@ -78,11 +78,11 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ - -e RUN_OPTS= \ + -e RUN_OPTS= \ -p 8875:8875 \ -p 554:554 \ -p 1900:1900/udp \ - -v :/config \ + -v /path/to/appdata/config:/config \ --device /dev/dvb:/dev/dvb \ --restart unless-stopped \ lscr.io/linuxserver/minisatip:latest @@ -112,7 +112,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=` | Specify specific run params for minisatip | +| `RUN_OPTS=` | Specify specific run params for minisatip | ### Volume Mappings (`-v`) @@ -180,6 +180,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **12.11.22:** - Rebasing to alpine 3.137, upgrading to s6v3. * **23.01.21:** - Rebasing to alpine 3.13. * **01.06.20:** - Rebasing to alpine 3.12. * **19.12.19:** - Rebasing to alpine 3.11.