1
0
mirror of https://github.com/nocodb/nocodb.git synced 2021-05-28 01:26:26 +03:00

Update README.md

This commit is contained in:
o1lab
2021-05-28 03:25:17 +05:30
committed by GitHub
parent cc6c54c749
commit fadbe7fcbc

View File

@@ -129,7 +129,7 @@ And connection params for this database can be specified in `NC_DB` environment
#### Example MySQL
```
docker run -p 8080:8080 -e NC_DB="mysql://host:port?u=user&p=password&d=database" nocodb/nocodb
docker run -p 8080:8080 -e NC_DB="mysql2://host:port?u=user&p=password&d=database" nocodb/nocodb
```
#### Example Postgres