diff --git a/docker-compose.yaml b/docker-compose.yaml index 2461128e949c5..77300d6c00adf 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: "217.76.54.220:7080" + CODER_HTTP_ADDRESS: "62.84.180.90: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.igecloud.dev" + CODER_ACCESS_URL: "coder.ecampuslearning.com" # 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