Fix tabulation and support timezone control

This commit is contained in:
Manevolent 2021-09-21 18:09:13 -06:00
parent 45b9cfc49e
commit c3575ce362
No known key found for this signature in database
GPG Key ID: 2E9B7592DFA4F344

View File

@ -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