Skip to content

Instantly share code, notes, and snippets.

@hlgr360
Created September 12, 2016 11:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlgr360/c8cfc249de2e6f4548e9ad231051187f to your computer and use it in GitHub Desktop.
Save hlgr360/c8cfc249de2e6f4548e9ad231051187f to your computer and use it in GitHub Desktop.
Docker compose file for Minecraft
Minecraft:
image: itzg/minecraft-server
environment:
DIFFICULTY: normal
EULA: 'TRUE'
MODE: adventure
MOTD: A Minecraft server powered by Docker
OPS: ''
PVP: 'false'
SEED: ''
VERSION: LATEST
WHITELIST: ''
WORLD: ''
JVM_OPTS: -Xmx512M -Xms512M
ports:
- 25565:25565/tcp
volumes:
- /data/minecraft/data:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment