Updated README

This commit is contained in:
Calabro, Brandon
2025-07-21 12:41:58 -05:00
parent fbc0242e1e
commit b0dec04bf7

View File

@@ -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