Browse Source

fix(docs): broken fenced code blocks and indentation

pull/9604/head
WK Wong 2 months ago
parent
commit
5abc755ac9
  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