Shadowsocks proxy built-in, fixes #30 (#46)

* Added ShadowSocks proxy to container

* Updated docker-compose.yml example

* Updated readme with new instructions for Shadowsocks proxy
This commit is contained in:
Quentin McGaw
2019-09-09 20:39:47 -04:00
committed by GitHub
parent 72f126f18e
commit bea809778b
5 changed files with 111 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
version: '3.7'
version: "3.7"
services:
pia:
build: https://github.com/qdm12/private-internet-access-docker.git
@@ -12,7 +12,9 @@ services:
init: true
ports:
- 8888:8888/tcp
# command:
- 8388:8388/tcp
- 8388:8388/udp
# command:
environment:
- USER=js89ds7
- PASSWORD=8fd9s239G
@@ -26,9 +28,11 @@ services:
- UNBLOCK=
- FIREWALL=on
- EXTRA_SUBNETS=
- PROXY=on
- PROXY_LOG_LEVEL=Critical
- PROXY_USER=
- PROXY_PASSWORD=
- TINYPROXY=on
- TINYPROXY_LOG=Critical
- TINYPROXY_USER=
- TINYPROXY_PASSWORD=
- SHADOWSOCKS=on
- SHADOWSOCKS_LOG=on
- SHADOWSOCKS_PASSWORD=
restart: always