Files
gluetun/docker-compose.yml

33 lines
702 B
YAML
Raw Normal View History

2018-03-31 20:33:45 -04:00
version: '3'
services:
pia:
2018-11-06 14:55:11 +01:00
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
init: true
2019-06-27 13:12:03 +02:00
ports:
- 8888:8888/tcp
environment:
2018-11-14 16:24:56 +02:00
- USER=js89ds7
- PASSWORD=8fd9s239G
- ENCRYPTION=strong
- PROTOCOL=udp
- REGION=CA Montreal
2019-04-23 10:32:15 +02:00
- NONROOT=no
- DOT=on
- BLOCK_MALICIOUS=on
- BLOCK_NSA=off
- UNBLOCK=
- FIREWALL=on
- EXTRA_SUBNETS=
- PROXY=on
- PROXY_LOG_LEVEL=Critical
- PROXY_USER=
- PROXY_PASSWORD=
restart: always