Files
charts/docker-compose.yaml
2020-03-20 18:05:29 -04:00

18 lines
322 B
YAML

version: '3'
services:
minecraft:
build: .
image: hub.ducoterra.net/ducoterra/minecraft:20w12a.7
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