itzg/docker-minecraft-bedrock-server

Docker desktop for Mac, had to forward both TCP and UDP 19132 to container

Ouverte

#29 ouverte le 9 févr. 2020

 (16 commentaires) (0 réaction) (0 personne assignée)Shell (295 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 793 étoiles)
Métriques de merge PR
 (Merge moyen 5h 13m) (10 PRs mergées en 30 j)

Description

I am running Docker desktop on macOS. In order to connect (on my LAN) to the bedrock server from my iPhone on port 19132 I had to forward both UDP and TCP. Is this normal?

docker run -d --name=mc -e GAMEMODE=creative -e DIFFICULTY=peaceful -e EULA=TRUE -p 19132:19132/udp -p 19132:19132 -v /Users/davidmcgough/mc:/data itzg/minecraft-bedrock-server

if I exclude either -p argument I cannot connect. I am raising this issue because I don't see any mention of forwarding the TCP port in the directions.

Thanks.

Guide contributeur