From 642c23857c8bd206bbe73baf816bd292e73870dd Mon Sep 17 00:00:00 2001 From: ghidraffe <108089404+ghidraffe@users.noreply.github.com> Date: Mon, 11 May 2026 17:40:08 +0000 Subject: [PATCH] GP-0_ghidraffe update docker doc with note about ghidraserver base port --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index c621f9acc9..3552cd13f3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -125,6 +125,8 @@ After exec'ing into the container, administration and management of the Ghidra s To stop the container, execute the command `docker stop `. +NOTE: ports you map from the host to the docker container must match. You can change the default base server port (i.e. `13100`) in the `server.conf` file using the `-p` option. + ## Example of BSIM Server Mode ```