Skip to content

Instantly share code, notes, and snippets.

@floweb
Created December 5, 2017 17:37
Show Gist options
  • Save floweb/9c204be139804258668809342b331a89 to your computer and use it in GitHub Desktop.
Save floweb/9c204be139804258668809342b331a89 to your computer and use it in GitHub Desktop.
mc compose
version: '2'
services:
mc:
ports:
- "25565:25565"
environment:
- EULA="TRUE"
- OPS=floweb
- ENABLE_RCON=true
- RCON_PASSWORD=numeros10
- ALLOW_NETHER=true
- GENERATE_STRUCTURES=true
- MOTD="Minecraft Server des numeros 10"
image: itzg/minecraft-server
container_name: mc
tty: true
stdin_open: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment