From d147ccd88dc4d2463a98596ef133b2cf25df0ed2 Mon Sep 17 00:00:00 2001 From: Wise <33370380+wisewtf@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:44:54 +0100 Subject: [PATCH] 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. --- docs/src/setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/setup/index.md b/docs/src/setup/index.md index 5e126754f..c2296da7f 100644 --- a/docs/src/setup/index.md +++ b/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"