Skip to content

Commit d147ccd

Browse files
authored
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.
1 parent 79d28f0 commit d147ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# Add any other Stream port you want to expose
2222
# - '21:21' # FTP
2323

24-
environment:
24+
#environment:
2525
# Uncomment this if you want to change the location of
2626
# the SQLite DB file within the container
2727
# DB_SQLITE_FILE: "/data/database.sqlite"

0 commit comments

Comments
 (0)