We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 271b3aa + 04d5b3b commit 71fc7e2Copy full SHA for 71fc7e2
README.md
@@ -17,6 +17,12 @@ docker run -d --privileged -p 8383:8383 ousamabenyounes/yellowlabtools
17
And then open [`http://localhost:8383/`](http://localhost:8383/) on your web browser.
18
19
20
+If you need to run your instance in Debug mode
21
+
22
+```
23
+ docker run --privileged --env DEBUG=* -p 8383:8383 ousamabenyounes/yellowlabtools
24
25
26
# Contributors
27
- Gaël Métais [gmetais](https://github.com/gmetais)
28
- Bruno Alimelie [baconsulting](https://github.com/baconsulting)
0 commit comments