You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup-and-run/self-hosting/README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Self-hosting
2
2
3
-
In this article, you will be guided through how to host Lowcoder on your own server using Docker-Compose or Docker.
3
+
In this article, you will be guided through how to host Lowcoder on your own server using DockerCompose or Docker.
4
4
5
5
There are multiple ways of installation. We directly support:
6
6
@@ -22,7 +22,7 @@ For easy setup and deployment, we provide an [all-in-one image](https://hub.dock
22
22
#### Prerequisites
23
23
24
24
*[Docker](https://docs.docker.com/get-docker/) (version 20.10.7 or above)
25
-
*[Docker-Compose](https://docs.docker.com/compose/install/) (version 1.29.2 or above)
25
+
*[DockerCompose](https://docs.docker.com/compose/install/) (version 1.29.2 or above)
26
26
27
27
{% hint style="info" %}
28
28
Recommended system spec: 1-core CPU and 2 GB RAM.
@@ -40,7 +40,7 @@ cd lowcoder
40
40
#### Deploy
41
41
42
42
{% tabs %}
43
-
{% tab title="Docker-Compose (Recommended)" %}
43
+
{% tab title="DockerCompose (Recommended)" %}
44
44
Follow the steps below:
45
45
46
46
1. Download the configuration file by clicking [docker-compose.yml](https://github.com/lowcoder-org/lowcoder/blob/main/deploy/docker/docker-compose.yaml) or running the curl command:
0 commit comments