fix: docker-compose up command
1. docker compose -> docker-compose
This commit is contained in:
parent
662aefd480
commit
dbb2c89539
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue