Updated environment variables for docker-compose

This commit is contained in:
Quentin McGaw
2019-06-27 13:14:32 +02:00
parent 8ce905bd1d
commit cc140464b8

View File

@@ -15,13 +15,19 @@ services:
environment: environment:
- USER=js89ds7 - USER=js89ds7
- PASSWORD=8fd9s239G - PASSWORD=8fd9s239G
- PROTOCOL=udp
- ENCRYPTION=strong - ENCRYPTION=strong
- PROTOCOL=udp
- REGION=CA Montreal - REGION=CA Montreal
- EXTRA_SUBNETS=
- NONROOT=no - NONROOT=no
- BLOCK_MALICIOUS=off - DOT=on
- BLOCK_MALICIOUS=on
- BLOCK_NSA=off - BLOCK_NSA=off
- UNBLOCK= - UNBLOCK=
- FIREWALL=on
- EXTRA_SUBNETS=
- PROXY=on
- PROXY_LOG_LEVEL=Critical
- PROXY_USER=
- PROXY_PASSWORD=
restart: always restart: always