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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user