mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 02:06:56 +00:00
chore : simplify self-hosting - default to postgres/sqlite
This commit is contained in:
@@ -36,18 +36,6 @@ docker run -d --name nocodb-postgres \
|
||||
nocodb/nocodb:latest
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="sqlserver" label="SQL Server">
|
||||
|
||||
```bash
|
||||
docker run -d --name nocodb-mssql \
|
||||
-v "$(pwd)"/nocodb:/usr/app/data/ \
|
||||
-p 8080:8080 \
|
||||
-e NC_DB="mssql://host.docker.internal:1433?u=root&p=password&d=d1" \
|
||||
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \
|
||||
nocodb/nocodb:latest
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
@@ -68,15 +56,6 @@ If you plan to input some special characters, you may need to change the charact
|
||||
We provide different docker-compose.yml files under [this directory](https://github.com/nocodb/nocodb/tree/master/docker-compose). Here are some examples.
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="mysql" label="MySQL">
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nocodb/nocodb
|
||||
cd nocodb/docker-compose/mysql
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="postgres" label="Postgres">
|
||||
|
||||
```bash
|
||||
@@ -85,15 +64,6 @@ cd nocodb/docker-compose/pg
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="sqlserver" label="SQL Server">
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nocodb/nocodb
|
||||
cd nocodb/docker-compose/mssql
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user