docs: Fixed alternate exposed port example

This commit is contained in:
Geoff Bourne 2021-03-27 18:39:22 -05:00 committed by GitHub
parent 02ba96c421
commit 4628da7ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ where the standard server port, 25565, will be exposed on your host machine.
If you want to serve up multiple Minecraft servers or just use an alternate port,
change the host-side port mapping such as
... -p 25566:25565 ...
... -p 25566:25565 ...
will serve your Minecraft server on your host's port 25566 since the `-p` syntax is
`host-port`:`container-port`.