Skip to content

Commit 56bd73b

Browse files
Merge pull request ousamabenyounes#32 from ousamabenyounes/main
typo fix
2 parents 4167321 + 39fc756 commit 56bd73b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ And then open [`http://localhost:8383/`](http://localhost:8383/) on your web bro
2020
If you need to run your instance in Debug mode
2121

2222
```
23-
docker run --privileged --env DEBUG=* -p 8383:8383 ousamabenyounes/yellowlabtools
23+
docker run --privileged --env 'DEBUG=*' -p 8383:8383 ousamabenyounes/yellowlabtools
2424
```
2525

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+
2630
# Contributors
2731
- Gaël Métais [gmetais](https://github.com/gmetais)
2832
- Bruno Alimelie [baconsulting](https://github.com/baconsulting)

0 commit comments

Comments
 (0)