chore: remove trailing space from docker command (#8936)

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
Mert E
2024-07-05 07:04:21 +03:00
committed by GitHub
parent 1e12d4f9e3
commit 87e8505e08

View File

@@ -75,7 +75,7 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
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" \
-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