Browse Source

Merge pull request #9604 from nocodb/fix/broken-readme

fix(docs): broken fenced code blocks and indentation
pull/9612/head
Pranav C 2 months ago committed by GitHub
parent
commit
d11e0ea51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/nocodb/README.md

3
packages/nocodb/README.md

@ -63,7 +63,6 @@ NocoDB is the fastest and easiest way to build databases online.
# Quick try
## Docker
```bash
@ -81,7 +80,7 @@ docker run -d --name nocodb-postgres \
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" \
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \
nocodb/nocodb:latest
```
> To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. Otherwise your data will be lost after recreating the container.

Loading…
Cancel
Save