From 430dfe2a524ef7ab91bae373c11e3a776e475679 Mon Sep 17 00:00:00 2001 From: clach04 Date: Thu, 30 Dec 2021 22:47:49 -0800 Subject: [PATCH] fix typo Signed-off-by: clach04 --- wireguard/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireguard/docker-compose.yaml b/wireguard/docker-compose.yaml index 508ea76..3c02161 100644 --- a/wireguard/docker-compose.yaml +++ b/wireguard/docker-compose.yaml @@ -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 \ No newline at end of file + restart: unless-stopped