mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
parent
9a4a9c5488
commit
6531426a96
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${ZIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- SERVERURL=${VPN_SERVER_URL} #optional
|
- SERVERURL=${VPN_SERVER_URL} #optional
|
||||||
- SERVERPORT=51820 #optional
|
- SERVERPORT=51820 #optional
|
||||||
- PEERS=1 #optional
|
- PEERS=1 #optional
|
||||||
|
@ -24,4 +24,4 @@ services:
|
||||||
- 51820:51820/udp
|
- 51820:51820/udp
|
||||||
sysctls:
|
sysctls:
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue