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