From cbb62e19aa2a5250a5675cbeeef3923fbcf13ac7 Mon Sep 17 00:00:00 2001 From: o1lab Date: Wed, 2 Jun 2021 11:28:51 +0530 Subject: [PATCH] For quick try : let's keep it simple --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index af8776e0ec..62beee0d13 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,6 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadshe ```bash docker run --name nocodb -p 8080:8080 nocodb/nocodb ``` -### Using Docker as daemon with named docker process as nocodb and access to databases on the host and automatic restart -```bash -docker run -d --name nocodb -p 8080:8080 --restart always --network=host nocodb/nocodb -``` ### Using Npm ```