Fix tabulation and support timezone control
This commit is contained in:
parent
45b9cfc49e
commit
c3575ce362
@ -6,9 +6,9 @@
|
||||
environment:
|
||||
- RUNMODE=server
|
||||
- NETNAME=${netname}
|
||||
- TZ=America/Denver
|
||||
- SERVERPORT=${wg_port:-51820}
|
||||
- ALLOWEDIPS=${network_address}/${global_prefix:-16}
|
||||
- TZ=${TZ:-GMT}
|
||||
- SERVERPORT=${wg_port:-51820}
|
||||
- ALLOWEDIPS=${network_address}/${global_prefix:-16}
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
|
Loading…
x
Reference in New Issue
Block a user