diff --git a/docs/home/guides/scheduling.md b/docs/home/guides/scheduling.md index 3deee4b8..035dd207 100644 --- a/docs/home/guides/scheduling.md +++ b/docs/home/guides/scheduling.md @@ -19,7 +19,7 @@ There's a [Docker Walkthrough](docker) with more detailed instructions on settin ``` docker run -d \ --restart=unless-stopped \ - -e TZ= + -e TZ= \ -v /path/to/config:/config:rw \ meisnate12/plex-meta-manager ```