Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/FnFlowsUserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ fn start
Similarly, start the Flows server server and point it at the functions server API URL:

```
$ DOCKER_LOCALHOST=$(docker inspect --type container -f '{{.NetworkSettings.Gateway}}' functions)
$ DOCKER_LOCALHOST=$(docker inspect --type container -f '{{.NetworkSettings.Gateway}}' fnserver)

$ docker run --rm \
-p 8081:8081 \
Expand Down