Fix earlier commit to enable upload purging in example config file
Rather than setting this to "true", the whole section should be removed. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
8199962098
commit
a3acd3a0ba
1 changed files with 0 additions and 3 deletions
|
@ -7,8 +7,5 @@ storage:
|
||||||
layerinfo: inmemory
|
layerinfo: inmemory
|
||||||
filesystem:
|
filesystem:
|
||||||
rootdirectory: /var/lib/registry
|
rootdirectory: /var/lib/registry
|
||||||
maintenance:
|
|
||||||
uploadpurging:
|
|
||||||
enabled: true
|
|
||||||
http:
|
http:
|
||||||
addr: :5000
|
addr: :5000
|
||||||
|
|
Loading…
Reference in a new issue