minecraft-pi-docker/data/usr/share/minecraft-pi/docker-compose.yml

13 lines
352 B
YAML
Raw Normal View History

2020-09-25 16:58:37 +00:00
version: '3.7'
services:
minecraft-pi:
image: thebrokenrail/minecraft-pi
volumes:
- '/tmp/.X11-unix:/tmp/.X11-unix'
- '/tmp/.virgl_test:/tmp/.virgl_test'
- '~/.minecraft-pi:/root/.minecraft'
environment:
- 'DISPLAY=unix${DISPLAY}'
2020-09-25 18:52:28 +00:00
ports:
- "4711:4711/tcp"