Correct registry cert and private key in config.yml
Some checks are pending
Some checks are pending
This commit is contained in:
parent
1ab19597a6
commit
859f9393fe
1 changed files with 2 additions and 2 deletions
|
@ -457,8 +457,8 @@ storage:
|
||||||
http:
|
http:
|
||||||
addr: :5000
|
addr: :5000
|
||||||
tls:
|
tls:
|
||||||
certificate: /etc/docker/registry/ssl/registry.crt
|
certificate: /opt/registry/ssl/registry.crt
|
||||||
key: /etc/docker/registry/ssl/registry.key
|
key: /opt/registry/ssl/registry.key
|
||||||
headers:
|
headers:
|
||||||
X-Content-Type-Options: [nosniff]
|
X-Content-Type-Options: [nosniff]
|
||||||
X-Frame-Options: [DENY]
|
X-Frame-Options: [DENY]
|
||||||
|
|
Loading…
Add table
Reference in a new issue