Add Port To README

This commit is contained in:
TheBrokenRail 2020-09-25 15:35:38 -04:00
parent a78b35ecd0
commit 72831c659a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ PID="$!"
xhost local:root
sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.virgl_test:/tmp/.virgl_test -v ~/.minecraft-pi:/root/.minecraft -e DISPLAY=unix${DISPLAY} thebrokenrail/minecraft-pi
sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.virgl_test:/tmp/.virgl_test -v ~/.minecraft-pi:/root/.minecraft -p 4711:4711/tcp -e DISPLAY=unix${DISPLAY} thebrokenrail/minecraft-pi
kill "${PID}"
```