redis-arm ========= ## docker-compose.yml ```yaml redis: image: easypi/redis-arm ports: - "6379:6379" restart: always ```