Files
minecraft_vanilla/docker-compose.yaml
ducoterra 1ccc5cda35 fix tags
2020-05-16 12:43:30 -04:00

17 lines
264 B
YAML

version: '3'
services:
minecraft:
build: .
ports:
- 25565:25565
volumes:
- ./data:/mc_data
tty: true
stdin_open: true
restart: always
environment:
- MAX_RAM=2
- MIN_RAM=1
- THREADS=2
user: minecraft