registry config fixes
This commit is contained in:
@@ -1,16 +1,19 @@
|
|||||||
version: 0.1
|
version: 0.1
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: debug
|
||||||
|
|
||||||
http:
|
http:
|
||||||
addr: :5000
|
addr: :5000
|
||||||
headers:
|
headers:
|
||||||
Access-Control-Allow-Origin: "http://registry.aetoskia.com
|
Access-Control-Allow-Origin: "https://registry.aetoskia.com"
|
||||||
Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
|
Access-Control-Allow-Methods: "GET, POST, PUT, DELETE, OPTIONS"
|
||||||
Access-Control-Allow-Headers: ["Authorization", "Content-Type"]
|
Access-Control-Allow-Headers: "Authorization, Content-Type"
|
||||||
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
|
Access-Control-Expose-Headers: "Docker-Content-Digest"
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: /var/lib/registry
|
rootdirectory: /var/lib/registry
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
htpasswd:
|
htpasswd:
|
||||||
realm: basic-realm
|
realm: basic-realm
|
||||||
|
|||||||
Reference in New Issue
Block a user