Bot Updating Documentation

pull/230/head
LinuxServer-CI 2024-07-01 06:37:57 +00:00
rodzic 61dbc9f20e
commit 3fe551ad10
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -60,7 +60,7 @@ services:
- TZ=Etc/UTC - TZ=Etc/UTC
- RUN_OPTS= - RUN_OPTS=
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/minisatip/config:/config
ports: ports:
- 8875:8875 - 8875:8875
- 554:554 - 554:554
@ -82,7 +82,7 @@ docker run -d \
-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/minisatip/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
@ -295,6 +295,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **30.06.24:** - Rebase to Alpine 3.20.
* **08.12.23:** - Rebase to Alpine 3.19, switch to building from releases rather than commits. * **08.12.23:** - Rebase to Alpine 3.19, switch to building from releases rather than commits.
* **26.07.23:** - Build with DDCI=1 for Digital Devices CI support. * **26.07.23:** - Build with DDCI=1 for Digital Devices CI support.
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)