minecraft-pi-reborn/debian/server/usr/share/minecraft-pi/server/docker-compose.yml
TheBrokenRail 554fed869e
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Check If Patch Is Needed
2020-12-09 22:19:18 -05:00

9 lines
255 B
YAML

version: '3'
services:
minecraft-pi-server:
image: 'thebrokenrail/minecraft-pi:server'
network_mode: 'host'
volumes:
- /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static
- '${MCPI_ROOT}:/root/.minecraft'