kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
b2ecc71da8
commit
093eafd16f
|
@ -58,9 +58,9 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- RUN_OPTS=<parameter>
|
- RUN_OPTS=
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/appdata/config>:/config
|
- /path/to/appdata/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8875:8875
|
- 8875:8875
|
||||||
- 554:554
|
- 554:554
|
||||||
|
@ -78,11 +78,11 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e RUN_OPTS=<parameter> \
|
-e RUN_OPTS= \
|
||||||
-p 8875:8875 \
|
-p 8875:8875 \
|
||||||
-p 554:554 \
|
-p 554:554 \
|
||||||
-p 1900:1900/udp \
|
-p 1900:1900/udp \
|
||||||
-v </path/to/appdata/config>:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--device /dev/dvb:/dev/dvb \
|
--device /dev/dvb:/dev/dvb \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/minisatip:latest
|
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 |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
||||||
| `RUN_OPTS=<parameter>` | Specify specific run params for minisatip |
|
| `RUN_OPTS=` | Specify specific run params for minisatip |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **12.11.22:** - Rebasing to alpine 3.137, upgrading to s6v3.
|
||||||
* **23.01.21:** - Rebasing to alpine 3.13.
|
* **23.01.21:** - Rebasing to alpine 3.13.
|
||||||
* **01.06.20:** - Rebasing to alpine 3.12.
|
* **01.06.20:** - Rebasing to alpine 3.12.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
|
|
Ładowanie…
Reference in New Issue