fix: user docker compose without hyphen
This commit is contained in:
parent
4d113425fe
commit
1d81feb698
|
|
@ -26,6 +26,7 @@ GOTRUE_ADMIN_PASSWORD=password
|
|||
# change this to your own domain where you host the docker-compose or gotrue
|
||||
API_EXTERNAL_URL=http://your-host
|
||||
|
||||
# Refer to this for details: https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/AUTHENTICATION.md
|
||||
# Google OAuth2
|
||||
GOTRUE_EXTERNAL_GOOGLE_ENABLED=true
|
||||
GOTRUE_EXTERNAL_GOOGLE_CLIENT_ID=
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ If you have any questions, please feel free to reach out to us on [Discord](http
|
|||
4. **Start AppFlowy Services**:
|
||||
Launch the services using Docker Compose:
|
||||
```bash
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
5. **Verify Service Status**:
|
||||
|
|
|
|||
Loading…
Reference in New Issue