This is an automated email from the ASF dual-hosted git repository.
mengw15 pushed a commit to branch meng-fix-single-node-sql-path
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/meng-fix-single-node-sql-path
by this push:
new 663c9d87c5 1
663c9d87c5 is described below
commit 663c9d87c55210e96624f6f4b27b5ef096d00758
Author: mengw15 <[email protected]>
AuthorDate: Wed Apr 15 14:53:17 2026 -0700
1
---
bin/single-node/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/single-node/docker-compose.yml
b/bin/single-node/docker-compose.yml
index 8c63d0d365..be9b3e30bd 100644
--- a/bin/single-node/docker-compose.yml
+++ b/bin/single-node/docker-compose.yml
@@ -46,7 +46,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data
# mount the sql files for initializing the postgres
- - ./sql:/docker-entrypoint-initdb.d
+ - ../../sql:/docker-entrypoint-initdb.d
# lakeFS is the underlying storage of Texera's dataset service
lakefs: