mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-17 18:44:42 -04:00
fix: change docker-compose
to docker compose
command
This commit is contained in:
parent
8008959965
commit
378d6f2683
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue