Skip to content

Commit 78e3583

Browse files
authored
Document SERVER_PORT (#231)
1 parent d43ae9f commit 78e3583

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,19 @@ healthy
242242
243243
* **25577**
244244
245-
The listening port of BungeeCord, which you will typically want to port map
245+
The default listening port of BungeeCord and Waterfall, which you will typically want to port map
246246
to the standard Minecraft server port of 25565 using:
247247
248248
```
249249
-p 25565:25577
250250
```
251251
252+
* **25565**
253+
254+
The default listening port of Velocity; however, [the example](docs/velocity/docker-compose.yml) shows that can be altered by setting `bind` in `velocity.toml` to "localhost:25577" to match BungeeCord/Waterfall.
255+
256+
The health check will try to determine the correct port to check based upon the type and configuration; however, you can always set the environment variable `SERVER_PORT` to force a specific port to evaluate.
257+
252258
## Java Versions
253259
254260
The following table shows the Java versions and CPU architectures supported by the image tags:

0 commit comments

Comments
 (0)