mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 02:55:38 +00:00
fix: update installation instructions
This commit is contained in:
@@ -37,7 +37,7 @@ MySQL、PostgreSQL、SQL Server、SQLite&Mariadbをスマートスプレッド
|
||||
### Docker を使う
|
||||
|
||||
```bash
|
||||
docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
|
||||
docker run -d --name noco -v "$(pwd)"/nocodb:/usr/app/data/ -p 8080:8080 nocodb/nocodb:latest
|
||||
```
|
||||
|
||||
- NocoDBは入力としてデータベースが必要です:[本番環境設定](https://github.com/nocodb/nocodb/blob/master/README.md#production-setup)を参照してください。
|
||||
@@ -45,9 +45,9 @@ docker run -d --name nocodb -p 8080:8080 nocodb/nocodb:latest
|
||||
|
||||
例:
|
||||
|
||||
```
|
||||
docker run -d -p 8080:8080 --name nocodb -v "$(pwd)"/nocodb:/usr/app/data/ nocodb/nocodb:latest
|
||||
```
|
||||
```
|
||||
docker run -d --name noco -v "$(pwd)"/nocodb:/usr/app/data/ -p 8080:8080 -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
|
||||
```
|
||||
|
||||
|
||||
### GUI
|
||||
|
||||
Reference in New Issue
Block a user