Env variables cleanup in Docker config files
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -34,7 +34,6 @@ LABEL \
|
|||||||
org.opencontainers.image.title="PIA client" \
|
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"
|
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" \
|
ENV VPNSP="private internet access" \
|
||||||
USER= \
|
|
||||||
PROTOCOL=udp \
|
PROTOCOL=udp \
|
||||||
OPENVPN_VERBOSITY=1 \
|
OPENVPN_VERBOSITY=1 \
|
||||||
OPENVPN_ROOT=no \
|
OPENVPN_ROOT=no \
|
||||||
@@ -43,12 +42,12 @@ ENV VPNSP="private internet access" \
|
|||||||
UID=1000 \
|
UID=1000 \
|
||||||
GID=1000 \
|
GID=1000 \
|
||||||
IP_STATUS_FILE="/ip" \
|
IP_STATUS_FILE="/ip" \
|
||||||
# PIA only
|
# PIA and Windscribe only
|
||||||
|
USER= \
|
||||||
PASSWORD= \
|
PASSWORD= \
|
||||||
REGION="Austria" \
|
REGION="Austria" \
|
||||||
|
# PIA only
|
||||||
PIA_ENCRYPTION=strong \
|
PIA_ENCRYPTION=strong \
|
||||||
OPENVPN_CIPHER= \
|
|
||||||
OPENVPN_AUTH= \
|
|
||||||
PORT_FORWARDING=off \
|
PORT_FORWARDING=off \
|
||||||
PORT_FORWARDING_STATUS_FILE="/forwarded_port" \
|
PORT_FORWARDING_STATUS_FILE="/forwarded_port" \
|
||||||
# Mullvad only
|
# Mullvad only
|
||||||
@@ -57,6 +56,9 @@ ENV VPNSP="private internet access" \
|
|||||||
ISP= \
|
ISP= \
|
||||||
# Mullvad and Windscribe only
|
# Mullvad and Windscribe only
|
||||||
PORT= \
|
PORT= \
|
||||||
|
# Openvpn
|
||||||
|
OPENVPN_CIPHER= \
|
||||||
|
OPENVPN_AUTH= \
|
||||||
# DNS over TLS
|
# DNS over TLS
|
||||||
DOT=on \
|
DOT=on \
|
||||||
DOT_PROVIDERS=cloudflare \
|
DOT_PROVIDERS=cloudflare \
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# More variables are available, see the readme table
|
# More variables are available, see the readme table
|
||||||
- VPNSP=private internet access
|
- VPNSP=private internet access
|
||||||
- USER=js89ds7
|
|
||||||
- PROTOCOL=udp
|
- PROTOCOL=udp
|
||||||
- OPENVPN_VERBOSITY=1
|
- OPENVPN_VERBOSITY=1
|
||||||
- OPENVPN_ROOT=no
|
- OPENVPN_ROOT=no
|
||||||
@@ -25,10 +24,10 @@ services:
|
|||||||
|
|
||||||
# PIA and Windscribe only
|
# PIA and Windscribe only
|
||||||
- REGION=Austria
|
- REGION=Austria
|
||||||
|
- USER=js89ds7
|
||||||
- PASSWORD=8fd9s239G
|
- PASSWORD=8fd9s239G
|
||||||
|
|
||||||
# PIA only
|
# PIA only
|
||||||
- PASSWORD=8fd9s239G
|
|
||||||
- PIA_ENCRYPTION=strong
|
- PIA_ENCRYPTION=strong
|
||||||
- PORT_FORWARDING=off
|
- PORT_FORWARDING=off
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user