minecraft-pi-reborn/debian/server/usr/share/minecraft-pi/server/docker-compose.yml
TheBrokenRail cc6f19c836
All checks were successful
minecraft-pi-docker/pipeline/head This commit looks good
Improve DEB
2020-10-14 22:51:30 -04:00

8 lines
193 B
YAML

version: '3.7'
services:
minecraft-pi-server:
image: 'thebrokenrail/minecraft-pi:server'
network_mode: 'host'
volumes:
- '${MCPI_ROOT}:/root/.minecraft'