From 341a1a8e62381dbdd7ef237022a7df24630714c6 Mon Sep 17 00:00:00 2001 From: devlikeapro <155617407+devlikepro@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:38:09 +0700 Subject: [PATCH] Update Docker commands to use 'docker compose' --- self-hosted/deployment/upgrade.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-hosted/deployment/upgrade.mdx b/self-hosted/deployment/upgrade.mdx index 35c9c6e2..a10375c0 100644 --- a/self-hosted/deployment/upgrade.mdx +++ b/self-hosted/deployment/upgrade.mdx @@ -27,9 +27,9 @@ This upgrade method is applicable for all manual linux installations including i Update the images using the latest image from chatwoot. ```bash -docker-compose down -docker-compose pull -docker-compose up -d +docker compose down +docker compose pull +docker compose up -d ``` Run the `rails db:chatwoot_prepare` option after accessing the console from one of the containers running the latest image.