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:
|
||||
addr: :5000
|
||||
tls:
|
||||
certificate: /etc/docker/registry/ssl/registry.crt
|
||||
key: /etc/docker/registry/ssl/registry.key
|
||||
certificate: /opt/registry/ssl/registry.crt
|
||||
key: /opt/registry/ssl/registry.key
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
X-Frame-Options: [DENY]
|
||||
|
|
Loading…
Add table
Reference in a new issue