Skip to content

Instantly share code, notes, and snippets.

@tilllt
Last active June 10, 2024 17:12
Show Gist options
  • Save tilllt/5f3ab83158afb5b44e4a4e765f2a9841 to your computer and use it in GitHub Desktop.
Save tilllt/5f3ab83158afb5b44e4a4e765f2a9841 to your computer and use it in GitHub Desktop.
services:
mc:
image: itzg/minecraft-bedrock-server
container_name: minecraft-server
ports:
- 19132:19132/udp
- 25565:25565
environment:
EULA: "TRUE"
TYPE: "PAPER"
INIT_MEMORY: 1G
MAX_MEMORY: 8G
MODRINTH_PROJECT: "bedwars1058"
PLUGINS: |
https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot
https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/spigot
tty: true
stdin_open: true
restart: unless-stopped
volumes:
# attach a directory relative to the directory containing this compose file
- ./minecraft-data:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment