Skip to content

Commit c698cfd

Browse files
mmlindeboomfalnyr
authored andcommitted
Fix docker-compose-multi typo in docs/self-hosting/ReadMe
1 parent 66f4b86 commit c698cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-hosting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For developers who require stateless containers in a cluster environment, we off
130130
```
131131
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:
132132

133-
<pre class="language-bash" data-overflow="wrap"><code class="lang-bash"><strong>curl https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose.yaml -o $PWD/docker-compose-multi.yml
133+
<pre class="language-bash" data-overflow="wrap"><code class="lang-bash"><strong>curl https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose-multi.yaml -o $PWD/docker-compose-multi.yml
134134
</strong></code></pre>
135135
3. Modify service configurations in the downloaded Dockerfile according to your needs:
136136

0 commit comments

Comments
 (0)