mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-06-26 01:51:55 +08:00
16 lines
299 B
YAML
16 lines
299 B
YAML
version: 0.1
|
|
storage:
|
|
filesystem:
|
|
rootdirectory: /var/lib/registry
|
|
delete:
|
|
enabled: true
|
|
maintenance:
|
|
uploadpurging:
|
|
enabled: true
|
|
age: 72h
|
|
dryrun: false
|
|
interval: 1m
|
|
http:
|
|
addr: 0.0.0.0:5000
|
|
proxy:
|
|
remoteurl: https://registry-1.docker.io |