From f8716c839f1015fbe2735275840fcd15cf116cc4 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Thu, 14 Sep 2023 08:29:34 -0700 Subject: [PATCH] Fix timezone --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ff1f5..f201448 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Note that if your storage is not showing up, see the [Missing Storage](#missing- `PUID` : User Id (LSIO only, see [docs](https://docs.linuxserver.io/general/understanding-puid-and-pgid) for usage). `PGID` : Group Id (LSIO only). -`TZ` : Timezone, e.g. `Americas/Los_Angeles`. +`TZ` : Timezone, e.g. `America/Los_Angeles`. ### Network Mode @@ -157,7 +157,7 @@ docker create \ --domainname=foo.bar.net \ --restart=unless-stopped \ --network=host \ - --env TZ=Americas/Los_Angeles \ + --env TZ=America/Los_Angeles \ --volume /mnt/nxwitness/config:/config:rw \ --volume /mnt/nxwitness/media:/media:rw \ docker.io/ptr727/nxwitness-lsio:stable @@ -177,7 +177,7 @@ services: restart: unless-stopped network_mode: host environment: - - TZ=Americas/Los_Angeles + - TZ=America/Los_Angeles volumes: - /mnt/nxwitness/config:/config - /mnt/nxwitness/media:/media