14 lines
430 B
YAML
14 lines
430 B
YAML
version: '3.7'
|
|
services:
|
|
minecraft-pi:
|
|
image: thebrokenrail/minecraft-pi
|
|
network_mode: 'host'
|
|
volumes:
|
|
- '/tmp/.X11-unix:/tmp/.X11-unix'
|
|
- '/tmp/.virgl_test:/tmp/.virgl_test'
|
|
- '~/.minecraft-pi:/root/.minecraft'
|
|
environment:
|
|
- 'DISPLAY=unix${DISPLAY}'
|
|
- 'MCPI_FEATURES=${MCPI_FEATURES}'
|
|
- 'MCPI_USERNAME=${MCPI_USERNAME}'
|