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