We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e71ad6 commit 160e6f3Copy full SHA for 160e6f3
samples/httpbin/httpbin.yaml
@@ -60,7 +60,7 @@ spec:
60
command:
61
- gunicorn
62
- -b
63
- - 0.0.0.0:8080
+ - "[::]:8080"
64
- httpbin:app
65
- -k
66
- gevent
0 commit comments