Skip to content

Commit a0fad2e

Browse files
authored
Update docker README to include -e option for the webgui
1 parent 64244a5 commit a0fad2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ docker run \
162162
CodeCompass_webserver -w /workspace
163163
```
164164

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+
165170
# Official DockerHub images
166171

167172
Prebuilt images can be downloaded from DockerHub, from the

0 commit comments

Comments
 (0)