Merge pull request #477 from carlosdp/fix-docker-auth-typo
Fix small typo in Docker auth docs
This commit is contained in:
commit
fe7874b48e
|
@ -103,7 +103,7 @@ task "secretservice" {
|
||||||
image = "secret/service"
|
image = "secret/service"
|
||||||
auth {
|
auth {
|
||||||
username = "dockerhub_user"
|
username = "dockerhub_user"
|
||||||
username = "dockerhub_password"
|
password = "dockerhub_password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue