This repository was archived by the owner on Sep 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ common: &common
23
23
source_index : _env:MIRROR_SOURCE_INDEX # https://index.docker.io
24
24
tags_cache_ttl : _env:MIRROR_TAGS_CACHE_TTL:172800 # seconds
25
25
26
- # cache:
27
- # host: _env:CACHE_REDIS_HOST:localhost
28
- # port: _env:CACHE_REDIS_PORT:6379
29
- # db: 0
30
- # password: _env:CACHE_REDIS_PASSWORD
26
+ cache :
27
+ host : _env:CACHE_REDIS_HOST
28
+ port : _env:CACHE_REDIS_PORT
29
+ db : _env:CACHE_REDIS_DB: 0
30
+ password : _env:CACHE_REDIS_PASSWORD
31
31
32
32
# Enabling LRU cache for small files
33
33
# This speeds up read/write on small files
34
34
# when using a remote storage backend (like S3).
35
- # cache_lru:
36
- # host: _env:CACHE_LRU_REDIS_HOST:localhost
37
- # port: _env:CACHE_LRU_REDIS_PORT:6379
38
- # db: 0
39
- # password: _env:CACHE_LRU_REDIS_PASSWORD
35
+ cache_lru :
36
+ host : _env:CACHE_LRU_REDIS_HOST
37
+ port : _env:CACHE_LRU_REDIS_PORT
38
+ db : _env:CACHE_LRU_REDIS_DB: 0
39
+ password : _env:CACHE_LRU_REDIS_PASSWORD
40
40
41
41
# Enabling these options makes the Registry send an email on each code Exception
42
42
email_exceptions :
You can’t perform that action at this time.
0 commit comments