mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: docker-compose up command
1. docker compose -> docker-compose
This commit is contained in:
parent
662aefd480
commit
dbb2c89539
@ -52,7 +52,7 @@
|
|||||||
"To keep this example simple, we will use the Redis Stack docker container which we can start as follows\n",
|
"To keep this example simple, we will use the Redis Stack docker container which we can start as follows\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```bash\n",
|
"```bash\n",
|
||||||
"$ docker compose up -d\n",
|
"$ docker-compose up -d\n",
|
||||||
"```\n",
|
"```\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",
|
"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…
x
Reference in New Issue
Block a user