From c577bcd453ac2815b13e1f2b2fa8ef03d2a9c902 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Mon, 9 Sep 2024 15:51:58 +0100 Subject: [PATCH] docs : update auto-upstall docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2db96c390..f9657b685e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,11 @@ bash <(curl -sSL http://install.nocodb.com/noco.sh) <(mktemp) Auto-upstall does the following : 🕊 - 🐳 Automatically installs all pre-requisites like docker, docker-compose -- 🚀 Automatically installs NocoDB with PostgreSQL, Redis, Minio, Traefik gateway using Docker Compose. 🐘 🗄️ 🌐 +- 🚀 Automatically installs NocoDB plus + - PostgreSQL, 🐘 + - Redis, 💫 + - Minio, 🗄️ + - Traefik gateway 🌐 - 🔄 Automatically upgrades NocoDB to the latest version when you run the command again. - 🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation. > install.nocodb.com/noco.sh script can be found [here in our github](https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/1_Auto_Upstall/noco.sh)