diff --git a/images/docker-oscam/index.html b/images/docker-oscam/index.html
index 7e4a66e816..3e33fc56e0 100644
--- a/images/docker-oscam/index.html
+++ b/images/docker-oscam/index.html
@@ -8,7 +8,7 @@
- PGID=1000
- TZ=Etc/UTC
volumes:
- - /path/to/data:/config
+ - /path/to/oscam/data:/config
ports:
- 8888:8888
devices:
@@ -20,7 +20,7 @@
-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
@@ -47,4 +47,4 @@
--pull \
-t lscr.io/linuxserver/oscam:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 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
- 13.03.23: - Rebase to Alpine 3.17.
- 03.11.22: - Rebasing to alpine 3.16 and s6v3. Update pcsd driver link.
- 13.02.22: - Rebasing to alpine 3.15.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 29.04.19: - Add revision check, so pipeline can build new revisions.
- 28.04.19: - Switch back to streamboard svn to fix version not showing in UI.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 19.02.19: - Add pipeline logic and multi arch, rebase to Alpine 3.8.
- 03.01.18: - Deprecate cpu_core routine lack of scaling.
- 13.12.17: - Rebase to alpine 3.7.
- 19.10.17: - Add ccid package for usb card readers.
- 17.10.17: - Switch to using bzr for source code, streamboard awol.
- 28.05.17: - Rebase to alpine 3.6.
- 09.02.17: - Rebase to alpine 3.5.
- 14.10.16: - Add version layer information.
- 02.10.16: - Add info on passing through devices to README.
- 25.09.16: - Initial release.