Skip to content

Commit

Permalink
Fix #326: Document that IPv6 is required by Mojang (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdpurcell authored Sep 14, 2024
1 parent bbd680b commit 5dc596f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ docker run -d -it --name bds-flat-creative \

## Exposed Ports

- **UDP** 19132 : the Bedrock server port.
**NOTE** that you must append `/udp` when exposing the port, such as `-p 19132:19132/udp`
- **UDP** 19132 : the Bedrock server port on IPv4 set by `SERVER_PORT`. The IPv6 port is not exposed by default.
**NOTE** that you must append `/udp` when exposing the port, such as `-p 19132:19132/udp` and both IPv4 and IPv6 must be enabled on your host machine.

## Volumes

Expand Down

0 comments on commit 5dc596f

Please sign in to comment.