docker-compose.yml: remove quotes

This commit is contained in:
Jordan Heemskerk
2017-07-16 11:50:51 -07:00
parent 9b9492f14b
commit ebc0b15bbd

View File

@@ -20,6 +20,7 @@ services:
- OPENVPN_USERNAME=username
- OPENVPN_PASSWORD=password
- OPENVPN_OPTS="--inactive 3600 --ping 10 --ping-exit 60"
- OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
- LOCAL_NETWORK=192.168.0.0/24
proxy: