Skip to content

Commit ca71c51

Browse files
committed
Update Installation.md
1 parent 99a3eab commit ca71c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/wiki/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use Naftiko Framework, you must install and then run its engine.
3131
* If your capability refers to some local hosts, be careful to not use 'localhost', but 'host.docker.internal' instead. This is because your capability will run into an isolated docker container, so 'localhost' will refer to the container and not your local machine.\
3232
For example:
3333
```bash
34-
baseUri: "http://host.docker.internal:8080/api/"
34+
baseUri: "http://host.docker.internal:8080/api"
3535
```
3636
* In the same way, if your capability expose a local host, be careful to not use 'localhost', but '0.0.0.0' instead. Else requests to localhost coming from outside of the container won't succeed.\
3737
For example:

0 commit comments

Comments
 (0)