mirror of
https://github.com/LIV2/packer-builder-vsphere.git
synced 2025-12-05 22:52:44 +00:00
Fix VPN
This commit is contained in:
parent
c2a8d0c91e
commit
74f89f484d
@ -10,4 +10,6 @@ services:
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
dns: 10.0.0.1
|
||||
entrypoint: "sh -c 'echo ${VPN_PASSWORD} | openvpn --cd /vpn/ --config lab.ovpn --askpass /dev/stdin'"
|
||||
environment:
|
||||
- VPN_PASSWORD
|
||||
entrypoint: "sh -c 'echo $$VPN_PASSWORD | openvpn --cd /vpn/ --config lab.ovpn --askpass /dev/stdin'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user