diff --git a/docs/self-hosting/README.md b/docs/self-hosting/README.md index ac190ffe4..3c1676290 100644 --- a/docs/self-hosting/README.md +++ b/docs/self-hosting/README.md @@ -130,7 +130,7 @@ For developers who require stateless containers in a cluster environment, we off ``` 2. Download the configuration file by clicking [docker-compose-multi.yml](https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose-multi.yaml) or running the curl command: -
curl https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose.yaml -o $PWD/docker-compose-multi.yml
+ curl https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose-multi.yaml -o $PWD/docker-compose-multi.yml
3. Modify service configurations in the downloaded Dockerfile according to your needs: