We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2284198 commit d116c01Copy full SHA for d116c01
docs/reference/func_run.md
@@ -53,7 +53,7 @@ EXAMPLES
53
$ func run --container=false
54
55
o Run the function locally on a specific address.
56
- $ func run --address=0.0.0.0:8081
+ $ func run --address='[::]:8081'
57
58
o Run the function locally and output JSON with the service address.
59
$ func run --json
0 commit comments