From e156c8f664a04f851b71cb89353f64f9327b43d5 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Mar 2024 20:03:51 +0000 Subject: [PATCH] Deployed 54bc7188 with MkDocs version: 1.5.3 --- images/docker-oscam/index.html | 6 +- images/docker-series-troxide/index.html | 2 +- .../index.html | 2 +- search/search_index.json | 2 +- sitemap.xml | 496 +++++++++--------- sitemap.xml.gz | Bin 1894 -> 1896 bytes 6 files changed, 254 insertions(+), 254 deletions(-) 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
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.