Hosting own Minecraft server

This is the hosting own Minecraft server guide.

# this is and example of docker-compose.yml file
services:
  server:
    image: docker.io/library/minecraft:latest
    ports:
      - 25565:25565