-
Hello, after adding the copying over the example Minecraft configuration from here https://github.com/MitchTalmadge/AMP-dockerized/blob/master/example-configs/minecraft/docker-compose.yml and running now the problem is when trying to connect to that instance from a different host like my desktop PC the connection can not be established. Does anybody have an idea or suggestion what might be wrong with the setup? so I was checking the availability of the ports directly on the root server by using Checking docker mapping
Checking ports on host
Checking the Minecraft port:
Checking the Web-UI port
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue. as I'm using the Bedrock edition the 25565 ports needs also to be a UDP mapping in |
Beta Was this translation helpful? Give feedback.
I found the issue. as I'm using the Bedrock edition the 25565 ports needs also to be a UDP mapping in
the docker-compose.yml
file. After changing that and restarting the container everything works now. Thx for this amazing docker image