Init plex-exporter

This commit is contained in:
Joey Hafner 2022-05-03 14:29:03 -07:00
parent e3d607d23e
commit 50a4a10db4

View File

@ -44,6 +44,17 @@ services:
labels:
- traefik.enable=false
plex-exporter:
image: maduflavins/plex-exporter
container_name: monitoring_plex-exporter
restart: unless-stopped
networks:
- monitoring
command:
- "--plex-server=http://localhost:32400"
- "--token=***REMOVED***"
networks:
monitoring:
external: true