fix: change docker-compose to docker compose command

This commit is contained in:
Marukome0743 2025-03-10 11:28:17 +09:00
parent 8008959965
commit 378d6f2683
No known key found for this signature in database
GPG key ID: 4DDD27093447CD02

View file

@ -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.