Skip to content
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'