fix: docker-compose up command

1. docker compose -> docker-compose
pull/1077/head
liuliu 2 years ago
parent 6bf85caa6f
commit 5238623cbf

@ -52,7 +52,7 @@
"To keep this example simple, we will use the Redis Stack docker container which we can start as follows\n",
"\n",
"```bash\n",
"$ docker compose up -d\n",
"$ docker-compose up -d\n",
"```\n",
"\n",
"This also includes the [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) GUI for managing your Redis database which you can view at [http://localhost:8001](http://localhost:8001) once you start the docker container.\n",

Loading…
Cancel
Save