redislabs-training / ru102j

Source code for the RU102J Redis for Java Developers Course
https://university.redis.com/courses/ru102j/
MIT License
37 stars 173 forks source link

README.md - should migrate to Compose V2 style commands #41

Open ericghara opened 1 year ago

ericghara commented 1 year ago

The README.md uses the docker-compose CLI command, which is not supported by docker compose v2. On an up-to-date system docker compose should be used instead. I recommend the documentation be updated to include both v1 and v2 commands.