Files
gluetun/docker-compose.yml

17 lines
400 B
YAML
Raw Normal View History

2018-03-31 20:33:45 -04:00
version: '3'
services:
pia:
image: qmcgaw/private-internet-access
container_name: pia
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
dns:
- 209.222.18.222
- 209.222.18.218
volumes:
2018-03-31 21:56:18 -04:00
- /yourpath/auth.conf:/auth.conf:ro
2018-03-31 20:33:45 -04:00
environment:
- REGION=Germany
restart: always