chore : simplify self-hosting - default to postgres/sqlite

This commit is contained in:
Naveen MR
2024-06-18 10:10:50 +01:00
parent b603e3d6fb
commit 37bc601f58

View File

@@ -86,6 +86,7 @@ docker run -d --name nocodb \
-p 8080:8080 \
nocodb/nocodb:latest
```
## Binaries
- Binaries are only for quick try or testing purposes and not recommended for production use.