From f0042f72f38b72ae8a05d3fceef01a3767fe6b48 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 28 Aug 2024 18:45:39 +0000 Subject: [PATCH] Deployed 56c553fe with MkDocs version: 1.6.0 --- images/docker-mullvad-browser/index.html | 6 +++--- images/docker-qdirstat/index.html | 6 +++--- images/docker-remmina/index.html | 6 +++--- search/search_index.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/images/docker-mullvad-browser/index.html b/images/docker-mullvad-browser/index.html index da65511114..2d62986201 100644 --- a/images/docker-mullvad-browser/index.html +++ b/images/docker-mullvad-browser/index.html @@ -22,7 +22,7 @@ - TZ=Etc/UTC - LOCAL_NET=192.168.0.0/16 #optional volumes: - - /path/to/config:/config + - /path/to/mullvad-browser/config:/config ports: - 3000:3000 - 3001:3001 @@ -38,7 +38,7 @@ -e LOCAL_NET=192.168.0.0/16 `#optional` \ -p 3000:3000 \ -p 3001:3001 \ - -v /path/to/config:/config \ + -v /path/to/mullvad-browser/config:/config \ --shm-size="1gb" \ --restart unless-stopped \ lscr.io/linuxserver/mullvad-browser:latest @@ -65,4 +65,4 @@ --pull \ -t lscr.io/linuxserver/mullvad-browser: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
.