Fix small typo in Docker auth docs
This commit is contained in:
parent
8764865e16
commit
341e9da221
|
@ -103,7 +103,7 @@ task "secretservice" {
|
|||
image = "secret/service"
|
||||
auth {
|
||||
username = "dockerhub_user"
|
||||
username = "dockerhub_password"
|
||||
password = "dockerhub_password"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue