Created
April 6, 2024 04:03
-
-
Save arsalanses/8985e01ccee9c8947d8e3c458fc3f4f7 to your computer and use it in GitHub Desktop.
redis_exporter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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