uptime-kuma/test/manual-test-radius/compose.yaml
Frank Elsinga dda1a3f442
Chore:extracted the redis monitor to a different monitoring type (#4393)
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2025-11-16 04:55:38 +08:00

8 lines
154 B
YAML

# Start the server:
# docker compose up
services:
redis:
image: redis:latest
ports:
- "6379:6379"
command: redis-server --port 6379