version: '3' services: pia: build: https://github.com/qdm12/private-internet-access-docker.git image: qmcgaw/private-internet-access container_name: pia cap_add: - NET_ADMIN devices: - /dev/net/tun network_mode: bridge environment: - USER=js89ds7 - PASSWORD=8fd9s239G - PROTOCOL=udp - ENCRYPTION=strong - REGION=CA Montreal - EXTRA_SUBNETS= - NONROOT=no - BLOCK_MALICIOUS=off - BLOCK_NSA=off - UNBLOCK= restart: always