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