Skip to content

Commit

Permalink
Replace deprecated docker-compose (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliakbarGhayoori authored Jun 4, 2024
1 parent 38d13cc commit ecac288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learn/primary_db_sync/meilisync_mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If your project already has a `docker-compose.yml`, add the `meilisync` settings
When you are done, open your console, navigate to your Docker project directory, and run the following command:

```sh
docker-compose pull
docker compose pull
```

After a few seconds, Docker will inform you it has successfully pulled `meilisync`'s image.
Expand Down Expand Up @@ -175,7 +175,7 @@ With the configuration done, open your command-line prompt once again and run `m
<Tabs.Content label="Docker">

```sh
docker-compose up
docker compose up
```

</Tabs.Content>
Expand Down

0 comments on commit ecac288

Please sign in to comment.