redislabs-training / node-js-crash-course

The Sample Application for the Node.js Redis Crash Course.
https://developer.redis.com/develop/node/node-crash-course/
MIT License
33 stars 17 forks source link

rediscrashcourse container doesn't start #14

Closed Ashilex closed 1 year ago

Ashilex commented 1 year ago

Hi, I'm on m1 mac and using docker-compose v2.18.1. my problem is that the container just doesn't start. It spends entire minutes in the starting process without progress.

I am also reading that

The final Compose v1 release (v1.29.2) was May 10, 2021 from here

What is the problem ? Am I using the wrong compose version? I just took care I was using docker-compose and not "docker compose" as mentioned in the readme

thanks for the help.

Ashilex commented 1 year ago

I just needed to free ports 6379 on my machine. It's all good now