docs: add missing double quote (#8806)

This commit is contained in:
Brad Phipps 2020-09-17 14:16:30 +01:00 committed by GitHub
parent 87b0437e0f
commit 4c983e7374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -545,7 +545,7 @@ You can allocate ports to your task using the port syntax described on the
group {
network {
port "http" {}
port "https {}
port "https" {}
}
task "example" {
driver = "docker"