docs: add missing double quote (#8806)
This commit is contained in:
parent
87b0437e0f
commit
4c983e7374
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue