Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 280 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 280 Bytes

Redis Swarm Cluster

⚠️ You should have a Docker Swarm setup already. ⚠️

Place folder redis/ in the root directory for all of your nodes that will be running an instance of this container.

run docker stack deploy -c redis-compose-stack.yml <name>

That's it!