Skip to content

Could not connect to minecraft services... #15

@dant19

Description

@dant19

Keep getting the error - appears to be scraping the latest version (1.21.121).

NO LOG FILE! - [2025-11-08 12:35:18:192 ERROR] Could not connect to Minecraft services. This is required to accept connections in online mode.

YAML below:

version: "3"
services:
minecraft-server:
image: hexlo/minecraft-bedrock-server:latest
container_name: Minecraft-Bedrock
hostname: minecraft-server
stdin_open: true
tty: true
mem_limit: 2g
cpu_shares: 768
security_opt:
- no-new-privileges:true
read_only: true
user: 1026:100
ports:
- 20132:19132/udp
volumes:
- /volume1/docker/minecraft-bedrock/config:/bedrock-server/config:rw
- /volume1/docker/minecraft-bedrock/worlds:/bedrock-server/worlds:rw
restart: on-failure:5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions