Publish the noVNC game-screen port in run.sh

8099 (80${DISPLAY_NUM}) was never published to the host, only the 7099
setup UI was - the game screen was unreachable outside the container.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NiNnj78HGx1KWyCCo39HSz
This commit is contained in:
2026-07-28 10:32:15 +02:00
co-authored by Claude Sonnet 5
parent 827f03f087
commit 53f36cca8e
+1 -1
View File
@@ -1,4 +1,4 @@
#/bin/bash
docker run --name dosbox-novnc -d --rm --net bridge -e SCREEN_W=1536 -e SCREEN_H=960 --device /dev/snd -v dosbox-games:/opt/games -p 7099:7099 jayfield/dosbox-novnc
docker run --name dosbox-novnc -d --rm --net bridge -e SCREEN_W=1536 -e SCREEN_H=960 --device /dev/snd -v dosbox-games:/opt/games -p 7099:7099 -p 8099:8099 jayfield/dosbox-novnc