mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
change provider for plex metrics (#63)
This commit is contained in:
parent
49cee191b5
commit
a0ec92dfdd
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plex-exporter:
|
plex-exporter:
|
||||||
image: ghcr.io/axsuul/plex-media-server-exporter
|
image: ghcr.io/jsclayton/prometheus-plex-exporter
|
||||||
container_name: prom-plex-exporter
|
container_name: prom-plex-exporter
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9000:9594"
|
- "9000:9000"
|
||||||
environment:
|
environment:
|
||||||
PLEX_ADDR: "http://192.168.1.253:32400"
|
PLEX_SERVER: "http://192.168.1.253:32400"
|
||||||
PLEX_TOKEN: "${PLEX_TOKEN}"
|
PLEX_TOKEN: "${PLEX_TOKEN}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue