Skip to content
Snippets Groups Projects
Commit 2a1abf43 authored by Benedikt's avatar Benedikt
Browse files

Merge remote-tracking branch 'origin/main' into main

parents 330e8834 008df02b
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ The Web-Gui looks like this:
```bash
docker pull benesee/dccdisplayer:latest
docker run -p 5006:5006 benesee/dccdisplayer:latest
docker run -p 5003:5003 benesee/dccdisplayer:latest
```
The app will be available at [http://localhost:5006/dccdisplayer/src](http://localhost:5006/dccdisplayer/src)
The app will be available at [http://localhost:5003/dccdisplayer/src](http://localhost:5003/dccdisplayer/src)
### Using pip
#### Installation
......@@ -34,4 +34,4 @@ cd pydccdisplayer
source venv/bin/activate
serve --show ./ --prefix pydccdisplayer
```
The app will be available at [http://localhost:5006/dccdisplayer/src](http://localhost:5006/dccdisplayer/src)
The app will be available at [http://localhost:5003/dccdisplayer/src](http://localhost:5003/dccdisplayer/src)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment