docker-distribution role: fix tls config, move tls directive under http
This commit is contained in:
parent
b9d1383f97
commit
54afbc2de9
1 changed files with 3 additions and 4 deletions
|
@ -9,8 +9,7 @@ storage:
|
|||
rootdirectory: {{ storage.filesystem.rootdirectory }}
|
||||
http:
|
||||
addr: {{ http.addr }}
|
||||
|
||||
tls:
|
||||
certificate: {{ tls.certificate }}
|
||||
key: {{ tls.key }}
|
||||
tls:
|
||||
certificate: {{ tls.certificate }}
|
||||
key: {{ tls.key }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue