https://hub.docker.com/r/nocodb/nocodb
https://github.com/nocodb/nocodb
docker run -d --name noco -p 8080:8080 -v /data/site/docker/data/nocodb:/usr/app/data/ nocodb/nocodb:latest
-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
-PG
docker run -d --name noco -p 8080:8080 -v /data/site/docker/data/nocodb:/usr/app/data/ -e NC_DB="pg://172.18.0.32:5432?u=root&p=password&d=d1" -e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" nocodb/nocodb:latest
http://g.htmltoo.com:8080/dashboard
签名:这个人很懒,什么也没有留下!