Fix ports syntax
This commit is contained in:
parent
1ed003c8f4
commit
ab73124b11
|
@ -79,7 +79,7 @@ web:
|
||||||
```yaml
|
```yaml
|
||||||
ports:
|
ports:
|
||||||
- "3000"
|
- "3000"
|
||||||
- "8000:80" # guest:host
|
- "8000:80" # host:container
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue