Browse Source

Merge pull request #276 from jordan-heemskerk/master

docker-compose.yml: remove quotes
master
Kristian Haugene 6 years ago
parent
commit
fee51beaa5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml 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:

Loading…
Cancel
Save