16 lines
365 B
YAML
16 lines
365 B
YAML
|
version: 0.1
|
||
|
storage:
|
||
|
filesystem:
|
||
|
rootdirectory: /var/lib/registry
|
||
|
delete:
|
||
|
enabled: true
|
||
|
cache:
|
||
|
blobdescriptor: inmemory
|
||
|
http:
|
||
|
addr: :5000
|
||
|
headers:
|
||
|
Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE']
|
||
|
Access-Control-Expose-Headers: ['Docker-Content-Digest']
|
||
|
X-Content-Type-Options: [nosniff]
|
||
|
host: docker.fanyx.xyz
|