Use filesystem driver in default configuration
This commit is contained in:
parent
fc7b47cdae
commit
6e846d6b29
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
version: 0.1
|
||||
loglevel: debug
|
||||
storage: inmemory
|
||||
storage:
|
||||
filesystem:
|
||||
rootdirectory: /tmp/registry-dev
|
||||
http:
|
||||
addr: :5000
|
||||
|
|
Loading…
Reference in a new issue