mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
docs: Fixed alternate exposed port example
This commit is contained in:
parent
02ba96c421
commit
4628da7ea2
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue