8 lines
186 B
YAML
8 lines
186 B
YAML
version: '3.7'
|
|
services:
|
|
minecraft-pi:
|
|
image: 'thebrokenrail/minecraft-pi:server'
|
|
network_mode: 'host'
|
|
volumes:
|
|
- '${MCPI_ROOT}:/root/.minecraft'
|