You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,13 +242,19 @@ healthy
242
242
243
243
* **25577**
244
244
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
246
246
to the standard Minecraft server port of 25565 using:
247
247
248
248
```
249
249
-p 25565:25577
250
250
```
251
251
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
+
252
258
## Java Versions
253
259
254
260
The following table shows the Java versions and CPU architectures supported by the image tags:
0 commit comments