minecraft-pi-reborn/debian/client/virgl/usr/share/minecraft-pi/client/docker-compose.yml
TheBrokenRail be9e9efebc
Some checks failed
minecraft-pi-docker/pipeline/head There was a failure building this commit
Fix More Stuff
2020-10-17 16:37:41 -04:00

15 lines
469 B
YAML

version: '3'
services:
minecraft-pi:
image: 'thebrokenrail/minecraft-pi:client'
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}'
- 'MCPI_MODE=virgl'