We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd680b commit 5dc596fCopy full SHA for 5dc596f
README.md
@@ -120,8 +120,8 @@ docker run -d -it --name bds-flat-creative \
120
121
## Exposed Ports
122
123
-- **UDP** 19132 : the Bedrock server port.
124
- **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.
125
126
## Volumes
127
0 commit comments