소스 검색

Merge pull request #4368 from wisewtf/patch-1

Fixed error in sqlite installation compose file
jc21 5 달 전
부모
커밋
6f04543744
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"