You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ The above command will automatically mount a very small TPC-H DuckDB database fi
37
37
**Note**: You can disable TLS in the container by setting environment variable:`TLS_ENABLED` to "0" (default is "1" - enabled). This is not recommended unless you are using an mTLS sidecar in Kubernetes or something similar, as it will be insecure.
38
38
39
39
###Optional - open a different database file
40
-
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.10.0).
40
+
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.10.1).
41
41
42
42
Prerequisite: DuckDB CLI
43
-
Install DuckDB CLI version[0.10.0](https://github.com/duckdb/duckdb/releases/tag/v0.10.0) - and make sure the executable is on your PATH.
43
+
Install DuckDB CLI version[0.10.1](https://github.com/duckdb/duckdb/releases/tag/v0.10.1) - and make sure the executable is on your PATH.