Skip to content

Instantly share code, notes, and snippets.

@arsalanses
Created April 6, 2024 04:03
Show Gist options
  • Select an option

  • Save arsalanses/8985e01ccee9c8947d8e3c458fc3f4f7 to your computer and use it in GitHub Desktop.

Select an option

Save arsalanses/8985e01ccee9c8947d8e3c458fc3f4f7 to your computer and use it in GitHub Desktop.
redis_exporter
services:
redis-exporter:
image: oliver006/redis_exporter:v1.58.0
restart: unless-stopped
ports:
- "9121:9121"
environment:
REDIS_ADDR: "redis:6379"
REDIS_USER: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment