There was an error while loading. Please reload this page.
1 parent 584e4d1 commit be49379Copy full SHA for be49379
1 file changed
README.md
@@ -67,6 +67,23 @@ installed. There are several different behaviors available:
67
68
The default value is `true`.
69
70
+### <a name="config-forward"></a> forward
71
+
72
+Suite container port(s) to forward to the host machine. You cannot
73
+specify the host port in the mappings, Docker does this for you.
74
75
+Examples:
76
77
+```
78
+forward: 8080
79
80
81
82
+forward:
83
+- 22
84
+- 80
85
86
87
## <a name="development"></a> Development
88
89
* Source hosted at [GitHub][repo]
0 commit comments