Browse Source
docker-compose.yml: add WG_PERSISTENT_KEEPALIVE
pull/686/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docker-compose.yml
|
|
@ -16,6 +16,7 @@ services: |
|
|
|
# - WG_DEFAULT_DNS=1.1.1.1 |
|
|
|
# - WG_MTU=1420 |
|
|
|
# - WG_ALLOWED_IPS=192.168.15.0/24, 10.0.1.0/24 |
|
|
|
# - WG_PERSISTENT_KEEPALIVE=25 |
|
|
|
# - WG_PRE_UP=echo "Pre Up" > /etc/wireguard/pre-up.txt |
|
|
|
# - WG_POST_UP=echo "Post Up" > /etc/wireguard/post-up.txt |
|
|
|
# - WG_PRE_DOWN=echo "Pre Down" > /etc/wireguard/pre-down.txt |
|
|
|