summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2020-02-11 11:30:54 -0500
committerMicah Anderson <micah@riseup.net>2020-02-25 17:44:06 -0500
commit9fc3cfbc852cee3587e4011c805067d9c182f886 (patch)
tree1ba0fdf7d06a1f13231b9a23672e018aad325137
parentda28c713c235e82ed940dcabc5d8e507dddfe425 (diff)
[docker] remove flags from vpnweb, instead use the environment variables
-rw-r--r--chaperone.d/vpnweb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaperone.d/vpnweb.conf b/chaperone.d/vpnweb.conf
index 7b7bd4a..a4cc02a 100644
--- a/chaperone.d/vpnweb.conf
+++ b/chaperone.d/vpnweb.conf
@@ -1,4 +1,4 @@
vpnweb-server.service: {
- command: "/bin/sh -c 'exec /usr/local/bin/vpnweb -caCrt ${CLIENT_CA.CRT:-/etc/leap/ca/client_ca.crt} -caKey ${CLIENT_CA.KEY:-/etc/leap/ca/client_ca.key} }'",
+ command: "/bin/sh -c 'exec /usr/local/bin/vpnweb'",
exit_kills: false
}