Bot Updating Documentation

pull/242/head
LinuxServer-CI 2024-08-28 18:40:04 +00:00
rodzic 179f785769
commit 8c0cc54c16
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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.