docker-registry: fix missing closing curly brace
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
28694e0e40
commit
82938247ad
1 changed files with 6 additions and 4 deletions
|
@ -58,12 +58,13 @@
|
|||
},
|
||||
filesystem: {
|
||||
rootdirectory: "/srv/"
|
||||
}
|
||||
},
|
||||
httpd: {
|
||||
addr: "localhost:5000"
|
||||
}
|
||||
},
|
||||
when: env == "staging"
|
||||
}
|
||||
when: env == "staging"
|
||||
- {
|
||||
role: docker-distribution,
|
||||
conf_path: "/etc/docker-distribution/registry/config.yml",
|
||||
|
@ -81,10 +82,11 @@
|
|||
},
|
||||
filesystem: {
|
||||
rootdirectory: "/srv/"
|
||||
}
|
||||
},
|
||||
httpd: {
|
||||
addr: "localhost:5000"
|
||||
}
|
||||
},
|
||||
when: env == "production"
|
||||
}
|
||||
when: env == "production"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue