From 378d6f2683ca85867a7a672ce906fb689f4a5822 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Mon, 10 Mar 2025 11:28:17 +0900 Subject: [PATCH] fix: change `docker-compose` to `docker compose` command --- doc/GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/GUIDE.md b/doc/GUIDE.md index 402e9091..ef848b98 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -25,7 +25,7 @@ ## Service Routing and Access ### Access Points Post Deployment -After executing `docker-compose up -d`, AppFlowy-Cloud is accessible at `http://localhost` on ports 80 and 443 with the following routing: +After executing `docker compose up -d`, AppFlowy-Cloud is accessible at `http://localhost` on ports 80 and 443 with the following routing: - `/gotrue`: Redirects to the GoTrue Auth Server. - `/api`: AppFlowy-Cloud's HTTP API endpoint.