diff --git a/images/docker-boinc/index.html b/images/docker-boinc/index.html index b0c87a7a4e..1715c8debf 100644 --- a/images/docker-boinc/index.html +++ b/images/docker-boinc/index.html @@ -14,7 +14,7 @@ - TZ=Etc/UTC - PASSWORD= #optional volumes: - - /path/to/data:/config + - /path/to/boinc/config:/config ports: - 8080:8080 - 8181:8181 @@ -30,7 +30,7 @@ -e PASSWORD= `#optional` \ -p 8080:8080 \ -p 8181:8181 \ - -v /path/to/data:/config \ + -v /path/to/boinc/config:/config \ --device /dev/dri:/dev/dri `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/boinc:latest @@ -57,4 +57,4 @@ --pull \ -t lscr.io/linuxserver/boinc: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
.
GUAC_USER
and GUAC_PASS
env vars. Existing users can set the new var PASSWORD
for the user abc
.