fix: user docker compose without hyphen

This commit is contained in:
Fu Zi Xiang 2023-12-26 10:18:10 +08:00
parent 4d113425fe
commit 1d81feb698
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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**: