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