From b9b2f41c13402cc94b71930676a9dbdac870bc90 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:30:56 +0100 Subject: [PATCH] Use recommended filenames for compose config and binary --- developers/weaviate/quickstart/local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/weaviate/quickstart/local.md b/developers/weaviate/quickstart/local.md index 1a2846c59..4b9883c7c 100644 --- a/developers/weaviate/quickstart/local.md +++ b/developers/weaviate/quickstart/local.md @@ -92,7 +92,7 @@ We will be running Weaviate and language models locally. We recommend that you u ### 1.1 Create a Weaviate database -Save the following code to a file named `docker-compose.yml` in your project directory. +Save the following code to a file named `compose.yaml` in your project directory. ```yaml --- @@ -127,7 +127,7 @@ volumes: Run the following command to start a Weaviate instance using Docker: ```bash -docker-compose up -d +docker compose up -d ``` ### 1.2 Install a client library