From c779e077aeb9f9d6530007087a5cc3487861d87e Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Tue, 3 Sep 2024 20:45:18 +0100 Subject: [PATCH] update : refactor auto-upstall and installation methods --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f422cc4521..5cee06f7ba 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Auto-upstall does the following : 🕊 ## Docker with SQLite ```bash -docker run -d --name nocodb +docker run -d --name noco -v "$(pwd)"/nocodb:/usr/app/data/ -p 8080:8080 nocodb/nocodb:latest @@ -73,7 +73,7 @@ docker run -d --name nocodb ## Docker with PG ```bash -docker run -d --name nocodb-postgres +docker run -d --name noco -v "${pwd}"/nocodb:/usr/app/data/ -p 8080:8080 # replace with your pg connection string