Skip to content

Commit

Permalink
Fix timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Sep 14, 2023
1 parent 92818c9 commit f8716c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f8716c8

Please sign in to comment.