From 8c0cc54c1606cf81c9f513832914e75268450eba Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 28 Aug 2024 18:40:04 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-mullvad-browser.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-mullvad-browser.md b/docs/images/docker-mullvad-browser.md index c626667bd..bdbb5fe0e 100755 --- a/docs/images/docker-mullvad-browser.md +++ b/docs/images/docker-mullvad-browser.md @@ -129,7 +129,7 @@ services: - 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 @@ -150,7 +150,7 @@ docker run -d \ -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 @@ -358,5 +358,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.08.24:** - Rebase to noble. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon. * **03.04.23:** - Initial release.