Fix ports syntax

This commit is contained in:
David Gonzalez 2019-11-18 16:34:02 +01:00 committed by GitHub
parent 1ed003c8f4
commit ab73124b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ web:
```yaml ```yaml
ports: ports:
- "3000" - "3000"
- "8000:80" # guest:host - "8000:80" # host:container
``` ```
```yaml ```yaml