mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Fixed wrong port
This commit is contained in:
parent
6aa4e14ff9
commit
141d1f7252
2
run.sh
2
run.sh
@ -36,7 +36,7 @@ docker run --detach \
|
||||
--log-opt max-size=32m \
|
||||
--publish '127.0.0.1:5900:5900/tcp' \
|
||||
--publish '127.0.0.1:6080:6080/tcp' \
|
||||
--publish '127.0.0.1:15900:5900/tcp' \
|
||||
--publish '127.0.0.1:15900:15900/tcp' \
|
||||
--privileged --env QEMU_KVM=true \
|
||||
"${DOCKER_IMAGE}" "$@" >/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user