diff --git a/learn/primary_db_sync/meilisync_mysql.mdx b/learn/primary_db_sync/meilisync_mysql.mdx index 049efccd4..9ce726c62 100644 --- a/learn/primary_db_sync/meilisync_mysql.mdx +++ b/learn/primary_db_sync/meilisync_mysql.mdx @@ -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. @@ -175,7 +175,7 @@ With the configuration done, open your command-line prompt once again and run `m ```sh -docker-compose up +docker compose up ```