We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de894b3 commit 9f4f243Copy full SHA for 9f4f243
installer/sctl
@@ -22,9 +22,9 @@ if [ $? -ne 0 ]; then
22
fi
23
24
25
-if [[ ! ${SQLBOT_EXTERNAL_DB} ]] || [ "${SQLBOT_EXTERNAL_DB}" = "false" ]; then
26
- compose_files="${compose_files} -f docker-compose-pg.yml"
27
-fi
+#if [[ ! ${SQLBOT_EXTERNAL_DB} ]] || [ "${SQLBOT_EXTERNAL_DB}" = "false" ]; then
+# compose_files="${compose_files} -f docker-compose-pg.yml"
+#fi
28
29
function usage() {
30
echo "SQLBot 控制脚本"
0 commit comments