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/self-hosting/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -83,22 +83,22 @@ docker rm openblocks
83
83
{% endtab %}
84
84
{% endtabs %}
85
85
86
-
### Use your own MongoDB
86
+
### Use your own MongoDB and Redis
87
87
88
-
By default Openblocks uses the built-in MongoDB installed inside the container, and you can replace it with your own MongoDB cluster.
88
+
By default Openblocks uses the built-in MongoDB and Redis installed inside the container, and you can replace them with your own MongoDB and Redis clusters.
89
89
90
90
{% tabs %}
91
91
{% tab title="Docker-Compose" %}
92
-
Add an environment variable`MONGODB_URI` in `docker-compose.yml` downloaded in your working directory.\
0 commit comments