|
@@ -35,7 +35,7 @@ You can run the following bash command to launch WBO on port 5001, while persist
|
35
|
35
|
```bash
|
36
|
36
|
mkdir wbo-boards # Create a directory that will contain your whiteboards
|
37
|
37
|
chown -R 1000:1000 wbo-boards # Make this directory accessible to WBO
|
38
|
|
-docker run -it --publish 5001:8080 --volume "$(pwd)/wbo-boards:/opt/app/server-data" lovasoa/wbo:latest # run wbo
|
|
38
|
+docker run -it --publish 5001:80 --volume "$(pwd)/wbo-boards:/opt/app/server-data" lovasoa/wbo:latest # run wbo
|
39
|
39
|
```
|
40
|
40
|
|
41
|
41
|
You can then access WBO at `http://localhost:5001`.
|