From 2d3aed02501ecca802676c83af7af4488d6a0b33 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Mon, 17 Aug 2020 21:36:54 +0000 Subject: [PATCH] Update che.env --- dockerfiles/init/manifests/che.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/init/manifests/che.env b/dockerfiles/init/manifests/che.env index 877e65b87c..7c24e26f9a 100644 --- a/dockerfiles/init/manifests/che.env +++ b/dockerfiles/init/manifests/che.env @@ -13,7 +13,7 @@ # like DigitalOcean, you must explicitly set this to the external IP address or # DNS entry provided by the provider. This value can be overridden on the command # line with '-e CHE_HOST=<value>'. -CHE_HOST=172.31.64.194 +#CHE_HOST=localhost # Port # The port on the host Che will bind itself to. This value can be overridden on the -- GitLab