fix: docker-compose up command

1. docker compose -> docker-compose
This commit is contained in:
liuliu 2023-03-17 17:30:19 +08:00
parent 662aefd480
commit dbb2c89539

View File

@ -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",