Skip to content

Commit be49379

Browse files
committed
readme, document forward
1 parent 584e4d1 commit be49379

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ installed. There are several different behaviors available:
6767

6868
The default value is `true`.
6969

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+
7087
## <a name="development"></a> Development
7188

7289
* Source hosted at [GitHub][repo]

0 commit comments

Comments
 (0)