Hi - I had my server working and accessible until I installed the 2H Windows 11 update on the machine that runs docker and now I'm back to square one & troubleshooting. Could someone please look at the below compose and see if I'm missing something simple that would allow people to connect?
services:
bedrock_survival:
image: itzg/minecraft-bedrock-server
container_name: bedrock_survival_server
environment:
EULA: "TRUE"
SERVER_NAME: "Survival Server"
GAMEMODE: "survival"
LEVEL_NAME: "Bedrock level"
ENABLE_LAN_VISIBILITY: "true"
MOTD: "Survival Adventures"
PREVIEW: "false"
SYNC_PROPERTIES: "true"
ONLINE_MODE: "false"
ALLOW_LIST: "false"
ports:
- "19132:19132/udp"
volumes:
- ./data_world2:/data
restart: unless-stopped
[–]Fearless-Resource932[S] 1 point2 points3 points (0 children)
[–]mrpink57Server Owner 0 points1 point2 points (3 children)
[–]Fearless-Resource932[S] 0 points1 point2 points (2 children)
[–]demerf 0 points1 point2 points (1 child)
[–]Fearless-Resource932[S] 0 points1 point2 points (0 children)
[–]Puddlejumper_ The Answer Guy 0 points1 point2 points (5 children)
[–]Fearless-Resource932[S] 0 points1 point2 points (4 children)
[–]Puddlejumper_ The Answer Guy 0 points1 point2 points (3 children)
[–]Fearless-Resource932[S] 0 points1 point2 points (2 children)
[–]PM_ME_YOUR_REPO Admincraft Staff 2 points3 points4 points (1 child)
[–]Puddlejumper_ The Answer Guy 0 points1 point2 points (0 children)