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 ```