Skip to content

Commit 5dc596f

Browse files
Fix #326: Document that IPv6 is required by Mojang (#456)
1 parent bbd680b commit 5dc596f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ docker run -d -it --name bds-flat-creative \
120120

121121
## Exposed Ports
122122

123-
- **UDP** 19132 : the Bedrock server port.
124-
**NOTE** that you must append `/udp` when exposing the port, such as `-p 19132:19132/udp`
123+
- **UDP** 19132 : the Bedrock server port on IPv4 set by `SERVER_PORT`. The IPv6 port is not exposed by default.
124+
**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.
125125

126126
## Volumes
127127

0 commit comments

Comments
 (0)