Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Wireguard and YouTube support #14

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Apps/Mullvad-browser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
app:
image: linuxserver/mullvad-browser:13.0.14
restart: unless-stopped
cap_add:
- NET_ADMIN
environment:
PUID: $PUID
PGID: $PGID
Expand Down Expand Up @@ -33,6 +35,10 @@ services:
- type: bind
source: /DATA/AppData/mullvad-browser/config
target: /config
- type: bind
source: /DATA/Downloads
target: /config/Downloads
shm_size: "1gb"
x-casaos:
architectures:
- amd64
Expand All @@ -48,3 +54,4 @@ x-casaos:
title:
en_us: Mullvad browser
category: LinuxServer.io
port_map: '3000'