Updated repo

This commit is contained in:
Quentin McGaw
2018-03-31 20:33:45 -04:00
parent edd51b8078
commit 32036c9822
5 changed files with 88 additions and 43 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
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:
- /yourpath/auth.conf:/pia/auth.conf:ro
environment:
- REGION=Germany
restart: always