Signed-off-by: clach04 <clach04@gmail.com>
This commit is contained in:
clach04 2022-01-11 13:49:21 -08:00 committed by GitHub
parent 9a4a9c5488
commit 6531426a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=${ZIMEZONE}
- TZ=${TIMEZONE}
- SERVERURL=${VPN_SERVER_URL} #optional
- SERVERPORT=51820 #optional
- PEERS=1 #optional
@ -24,4 +24,4 @@ services:
- 51820:51820/udp
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
restart: unless-stopped
restart: unless-stopped