Skip to content

Instantly share code, notes, and snippets.

@terokorp
Created November 21, 2022 00:53
Show Gist options
  • Save terokorp/b0742226ca16c0dc95c865c63406d726 to your computer and use it in GitHub Desktop.
Save terokorp/b0742226ca16c0dc95c865c63406d726 to your computer and use it in GitHub Desktop.
docker-compse.yml for minecraft
version: "3.3"
services:
mc:
image: itzg/minecraft-server
network_mode: bridge
ports:
- 25565:25565
environment:
EULA: "TRUE"
tty: true
stdin_open: true
restart: unless-stopped
volumes:
- ./minecraft-data:/data:Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment