update : refactor auto-upstall and installation methods

This commit is contained in:
Naveen MR
2024-09-03 20:44:36 +01:00
parent daea90a0da
commit 169ee9dfd8

View File

@@ -76,8 +76,10 @@ docker run -d --name nocodb
docker run -d --name nocodb-postgres
-v "${pwd}"/nocodb:/usr/app/data/
-p 8080:8080
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" # replace with your pg connection string
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" # replace with a random secret
# replace with your pg connection string
-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1"
# replace with a random secret
-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010"
nocodb/nocodb:latest
```