浏览代码

Fixed error in sqlite installation compose file

If people copy and paste the sqlite installation without commenting environment docker compose will throw an error because environment will be null.
Wise 10 月之前
父节点
当前提交
d147ccd88d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/src/setup/index.md

+ 1 - 1
docs/src/setup/index.md

@@ -21,7 +21,7 @@ services:
       # Add any other Stream port you want to expose
       # - '21:21' # FTP
 
-    environment:
+    #environment:
       # Uncomment this if you want to change the location of
       # the SQLite DB file within the container
       # DB_SQLITE_FILE: "/data/database.sqlite"