From 54bc71888d0b460a48d1cee0dff3dc89251bc597 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 4 Mar 2024 19:59:25 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-oscam.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-oscam.md b/docs/images/docker-oscam.md index 0b294725ea..53dde81a9a 100644 --- a/docs/images/docker-oscam.md +++ b/docs/images/docker-oscam.md @@ -56,7 +56,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/oscam/data:/config ports: - 8888:8888 devices: @@ -73,7 +73,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 8888:8888 \ - -v /path/to/data:/config \ + -v /path/to/oscam/data:/config \ --device /dev/ttyUSB0:/dev/ttyUSB0 \ --restart unless-stopped \ lscr.io/linuxserver/oscam:latest @@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **04.03.24:** - Rebase to Alpine 3.19. Add libdvbcsa. * **27.08.23:** - Rebase to Alpine 3.18. Pull PCSC driver from Linuxserver S3 due to Cloudflare blocking curl download of original file. * **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **13.03.23:** - Rebase to Alpine 3.17.