From d8c367c51e243bfdaee9abb7e7f55cd07b67385d Mon Sep 17 00:00:00 2001 From: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com> Date: Sun, 28 May 2023 14:47:25 +0530 Subject: [PATCH] docs: update self hosting setup script (#1145) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 879be2c56..31cf8a54d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ chmod +x setup.sh - Run setup.sh ```bash -./setup.sh localhost +./setup.sh http://localhost ``` > If running in a cloud env replace localhost with public facing IP address of the VM