We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4167321 + 39fc756 commit 56bd73bCopy full SHA for 56bd73b
README.md
@@ -20,9 +20,13 @@ And then open [`http://localhost:8383/`](http://localhost:8383/) on your web bro
20
If you need to run your instance in Debug mode
21
22
```
23
- docker run --privileged --env DEBUG=* -p 8383:8383 ousamabenyounes/yellowlabtools
+ docker run --privileged --env 'DEBUG=*' -p 8383:8383 ousamabenyounes/yellowlabtools
24
25
26
+To test your local server on your computer you have to do this:
27
+
28
+replace http://localhost:8080/ by http://host.docker.internal:8080/
29
30
# Contributors
31
- Gaël Métais [gmetais](https://github.com/gmetais)
32
- Bruno Alimelie [baconsulting](https://github.com/baconsulting)
0 commit comments