Browse Source

Fix $(pwd) invocation in readme example (#9519)

Now it matches the pglite example, and works.
pull/9526/head
Nick Crews 2 months ago committed by GitHub
parent
commit
e8093293c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
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"

Loading…
Cancel
Save