compose/registry/config.yml

16 lines
365 B
YAML
Raw Permalink Normal View History

2023-03-09 22:10:22 +01:00
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