Fix Icon Grouping
This commit is contained in:
parent
f656075a7a
commit
10fd60e6db
@ -2,11 +2,10 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
minecraft-pi:
|
minecraft-pi:
|
||||||
image: thebrokenrail/minecraft-pi
|
image: thebrokenrail/minecraft-pi
|
||||||
|
network_mode: 'host'
|
||||||
volumes:
|
volumes:
|
||||||
- '/tmp/.X11-unix:/tmp/.X11-unix'
|
- '/tmp/.X11-unix:/tmp/.X11-unix'
|
||||||
- '/tmp/.virgl_test:/tmp/.virgl_test'
|
- '/tmp/.virgl_test:/tmp/.virgl_test'
|
||||||
- '~/.minecraft-pi:/root/.minecraft'
|
- '~/.minecraft-pi:/root/.minecraft'
|
||||||
environment:
|
environment:
|
||||||
- 'DISPLAY=unix${DISPLAY}'
|
- 'DISPLAY=unix${DISPLAY}'
|
||||||
ports:
|
|
||||||
- "4711:4711/tcp"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user