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 }}
|
rootdirectory: {{ storage.filesystem.rootdirectory }}
|
||||||
http:
|
http:
|
||||||
addr: {{ http.addr }}
|
addr: {{ http.addr }}
|
||||||
|
tls:
|
||||||
tls:
|
|
||||||
certificate: {{ tls.certificate }}
|
certificate: {{ tls.certificate }}
|
||||||
key: {{ tls.key }}
|
key: {{ tls.key }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue