[78] Merge remote-tracking branch 'chaz/patch-22' into nightly

This commit is contained in:
meisnate12 2023-07-26 08:21:46 -04:00
commit 3aedbbe76d

View file

@ -19,7 +19,7 @@ There's a [Docker Walkthrough](docker) with more detailed instructions on settin
```
docker run -d \
--restart=unless-stopped \
-e TZ=<TIMEZONE>
-e TZ=<TIMEZONE> \
-v /path/to/config:/config:rw \
meisnate12/plex-meta-manager
```