I want to make a chat app with django channels and I follow the steps from the docs. To enable the redis server you need to run docker run -p 6379:6379 -d redis:5
but when I run it I get:
0b941cd336fb1ac7728a24afa17fbe3cc896952a18f1f8ae2195a9baec3978f1
docker: Error response from daemon: driver failed programming external connectivity on endpoint hopeful_jemison (79963ac60fba80faeeaa0d1ad82375ece3e84361930ac90dec40f4ca6d0e5770): Bind for 0.0.0.0:6379 failed: port is already allocated.
What should I do?