From ecac28889e110ff2becdb81c09ae7f732714e89e Mon Sep 17 00:00:00 2001 From: AliAkbar Ghayouri Sales Date: Tue, 4 Jun 2024 14:29:18 +0330 Subject: [PATCH] Replace deprecated docker-compose (#2836) --- learn/primary_db_sync/meilisync_mysql.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/primary_db_sync/meilisync_mysql.mdx b/learn/primary_db_sync/meilisync_mysql.mdx index 049efccd4d..9ce726c621 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 ```