From 3ac71f72294311506ac334b219e0165cd4a85cb6 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 23 Mar 2023 09:49:48 -0700 Subject: [PATCH] Fix typo --- homelab/server/config/plex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/server/config/plex/README.md b/homelab/server/config/plex/README.md index aec363c9..14820c2f 100644 --- a/homelab/server/config/plex/README.md +++ b/homelab/server/config/plex/README.md @@ -27,7 +27,7 @@ When Plex is restarted you will likely need to give the exporter a new Plex toke 6. The Plex token is contained in the URL for the XML page. It should be at the very end of the URL, and look like `X-Plex-Token=***REMOVED***`. The token is the part after the `=`. 7. Copy that value. Paste it into the configuration for `"--token="` under the `command:` section of the `docker-compose.yml` 8. Sync the changes via git. -9. Restart Plex exporter with `docker-compose up -d --force-recreate exporter_plex` +9. Restart Plex exporter with `docker-compose up -d --force-recreate exporter-plex` https://github.com/arnarg/plex_exporter