Env variables cleanup in Docker config files

This commit is contained in:
Quentin McGaw
2020-05-29 00:03:10 +00:00
parent aac4298f69
commit d0926111e0
2 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,6 @@ LABEL \
org.opencontainers.image.title="PIA client" \
org.opencontainers.image.description="VPN client to tunnel to private internet access servers using OpenVPN, IPtables, DNS over TLS and Alpine Linux"
ENV VPNSP="private internet access" \
USER= \
PROTOCOL=udp \
OPENVPN_VERBOSITY=1 \
OPENVPN_ROOT=no \
@@ -43,12 +42,12 @@ ENV VPNSP="private internet access" \
UID=1000 \
GID=1000 \
IP_STATUS_FILE="/ip" \
# PIA only
# PIA and Windscribe only
USER= \
PASSWORD= \
REGION="Austria" \
# PIA only
PIA_ENCRYPTION=strong \
OPENVPN_CIPHER= \
OPENVPN_AUTH= \
PORT_FORWARDING=off \
PORT_FORWARDING_STATUS_FILE="/forwarded_port" \
# Mullvad only
@@ -57,6 +56,9 @@ ENV VPNSP="private internet access" \
ISP= \
# Mullvad and Windscribe only
PORT= \
# Openvpn
OPENVPN_CIPHER= \
OPENVPN_AUTH= \
# DNS over TLS
DOT=on \
DOT_PROVIDERS=cloudflare \