mirror of
https://gitlab.bmcstudios.org/public_projects/swg-server-docker.git
synced 2026-01-16 17:04:26 -05:00
Updated README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user