From 1d81feb698dffe7eeeb0f894a5a0fca4d1c9d72f Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Tue, 26 Dec 2023 10:18:10 +0800 Subject: [PATCH] fix: user docker compose without hyphen --- deploy.env | 1 + doc/EC2_SELF_HOST_GUIDE.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.env b/deploy.env index c7b38f2a..701833d7 100644 --- a/deploy.env +++ b/deploy.env @@ -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= diff --git a/doc/EC2_SELF_HOST_GUIDE.md b/doc/EC2_SELF_HOST_GUIDE.md index 7434adca..35cf63b0 100644 --- a/doc/EC2_SELF_HOST_GUIDE.md +++ b/doc/EC2_SELF_HOST_GUIDE.md @@ -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**: