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