From e8093293c4b975f1c0c5b5e37b6b67354926bb14 Mon Sep 17 00:00:00 2001 From: Nick Crews Date: Fri, 20 Sep 2024 05:00:25 -0800 Subject: [PATCH] Fix $(pwd) invocation in readme example (#9519) Now it matches the pglite example, and works. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2db96c390..b761a71fa4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ docker run -d --name noco ## Docker with PG ```bash docker run -d --name noco - -v "${pwd}"/nocodb:/usr/app/data/ + -v "$(pwd)"/nocodb:/usr/app/data/ -p 8080:8080 # replace with your pg connection string -e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" @@ -179,4 +179,4 @@ Thank you for your contributions! We appreciate all the contributions from the c - \ No newline at end of file +