From 6a571d61db03e4312cc1040c58f1e5386f4b912b Mon Sep 17 00:00:00 2001 From: IGE Clouds Project Operations <34292598+igewebs@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:24:47 +0000 Subject: [PATCH] main --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9b41c5f47ae61..2461128e949c5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,11 +8,11 @@ services: - "7080:7080" environment: CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable" - CODER_HTTP_ADDRESS: "0.0.0.0:7080" + CODER_HTTP_ADDRESS: "217.76.54.220:7080" # You'll need to set CODER_ACCESS_URL to an IP or domain # that workspaces can reach. This cannot be localhost # or 127.0.0.1 for non-Docker templates! - CODER_ACCESS_URL: "${CODER_ACCESS_URL}" + CODER_ACCESS_URL: "coder.igecloud.dev" # If the coder user does not have write permissions on # the docker socket, you can uncomment the following # lines and set the group ID to one that has write