From b0dec04bf774642e76e63fa23e96df423b2c9781 Mon Sep 17 00:00:00 2001 From: "Calabro, Brandon" Date: Mon, 21 Jul 2025 12:41:58 -0500 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00c7b66..5792dec 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ to `127.0.0.1` if you are hosting the docker container on the same machine as th loginServerAddress0=127.0.0.1 ``` +**NOTE:** If your client does not connect, i.e., you're able to login but you can't connect to the galaxy, it's likely that you +need to update the CLUSTER_LIST with the correct IP ADDRESS to match where the docker container is being hosted. By default +this gets set to `127.0.0.1` in the `entrypoint.sh` script. If you're hosting docker remotely, then you need to update the +`entrypoint.sh` script, at the bottom and set the CLUSTER_LIST IP to your remote IP. Then just do a `docker compose down` and +a `docker compose up -d --build` and everything will be fixed. + #### Completely wiping your local Docker environment > docker compose down -v