You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-openvpn-mullvad/docker-compose.yml

16 lines
324 B

3 years ago
version: "3"
services:
vpn:
build: .
environment:
MULLVAD_CONF: mullvad_<country>_<city>.conf
devices:
- /dev/net/tun
cap_add:
- NET_ADMIN
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv6.conf.all.disable_ipv6=0
volumes:
- <mullvad_config_path>:/mullvad