kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
308161bc24
commit
81dd787ff3
|
@ -56,7 +56,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/data:/config
|
||||||
ports:
|
ports:
|
||||||
- 8888:8888
|
- 8888:8888
|
||||||
devices:
|
devices:
|
||||||
|
@ -73,7 +73,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 8888:8888 \
|
-p 8888:8888 \
|
||||||
-v <path to data>:/config \
|
-v /path/to/data:/config \
|
||||||
--device /dev/ttyUSB0:/dev/ttyUSB0 \
|
--device /dev/ttyUSB0:/dev/ttyUSB0 \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/oscam
|
lscr.io/linuxserver/oscam
|
||||||
|
@ -184,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.12.19:** - Rebasing to alpine 3.15.
|
||||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||||
* **29.04.19:** - Add revision check, so pipeline can build new revisions.
|
* **29.04.19:** - Add revision check, so pipeline can build new revisions.
|
||||||
|
|
Ładowanie…
Reference in New Issue