From a79ecca9c498375b773fa35749f88d69d2bd76c3 Mon Sep 17 00:00:00 2001 From: Matt Lindeboom Date: Fri, 26 May 2023 12:20:15 -0700 Subject: [PATCH] Fix docker-compose-multi typo in docs/self-hosting/ReadMe --- docs/self-hosting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: