itzg / docker-minecraft-bedrock-server

Containerized Minecraft Bedrock Dedicated Server with selectable version
MIT License
1.14k stars 218 forks source link

Oracle Cloud port or address fail #424

Closed Crissomar closed 3 months ago

Crissomar commented 3 months ago

So I have been playing with Oracle Cloud free tier, more specifically with Oracle Linux on arm I got one java server running natively and I can connect freely But when I try to run this docker image with the following yml simply does not work

services:
  bds:
    image: itzg/minecraft-bedrock-server
    environment:
      GAMEMODE: survival
      EULA: "TRUE"
      SERVER_NAME: ServerDeMine
      DIFFICULTY: normal
      ONLINE_MODE: false
    ports:
      - "19132:19132/udp"
      - "19132:19132/tcp"
    volumes:
      - ./data:/data
    stdin_open: true
    tty: true

in the oracle panel I have open ports for java and bedrock I think its a problem with my docker or container configuration, I do not know really...

One idea could be that the forwarded address and the linked address on the container are different but idk so much about the BDS or Docker

itzg commented 3 months ago

There is nothing here I can fix. Your container looks right other than the unnecessary TCP port mapping.

(I can convert this to a discussion if you want it to stay open for others to help answer.)

Crissomar commented 3 months ago

please do 🙏