mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 08:25:09 +00:00
chore : simplify self-hosting - default to postgres/sqlite
This commit is contained in:
@@ -145,14 +145,6 @@ NoCodb には、スプレッドシートビューと外部データベースの
|
||||
|
||||
## Docker
|
||||
|
||||
#### MySQLの例
|
||||
|
||||
```
|
||||
docker run -d -p 8080:8080 \
|
||||
-e NC_DB="mysql2://host.docker.internal:3306?u=root&p=password&d=d1" \
|
||||
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \
|
||||
nocodb/nocodb:latest
|
||||
```
|
||||
|
||||
#### Postgresの例
|
||||
|
||||
@@ -170,7 +162,7 @@ docker run -d -p 8080:8080 \
|
||||
git clone https://github.com/nocodb/nocodb
|
||||
cd nocodb
|
||||
cd docker-compose
|
||||
cd mysql or pg
|
||||
cd pg
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user