14 lines
403 B
YAML
14 lines
403 B
YAML
version: '3'
|
|
services:
|
|
minecraft-pi-server:
|
|
image: 'thebrokenrail/minecraft-pi-reborn:server'
|
|
network_mode: 'host'
|
|
stdin_open: true
|
|
tty: true
|
|
volumes:
|
|
- /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static
|
|
- '${MCPI_ROOT}:/home/.minecraft-pi'
|
|
environment:
|
|
- 'USER_UID=${USER_UID}'
|
|
- 'USER_GID=${USER_GID}'
|