We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64244a5 commit a0fad2eCopy full SHA for a0fad2e
docker/README.md
@@ -162,6 +162,11 @@ docker run \
162
CodeCompass_webserver -w /workspace
163
```
164
165
+If you want to edit the public URL of the web GUI, you can do this by appending the
166
+`-e APP_BASE_PATH=/YOUR_PATH` command option to the previous run command.
167
+Leaving this out of the command will start the web interface with no set path.
168
+The new GUI will still be accessible in the /new path appended to the end of your URL.
169
+
170
# Official DockerHub images
171
172
Prebuilt images can be downloaded from DockerHub, from the
0 commit comments