Skip to content

Commit

Permalink
Use recommended filenames for compose config and binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdksn authored Dec 26, 2024
1 parent 14c1340 commit b9b2f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developers/weaviate/quickstart/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b9b2f41

Please sign in to comment.