mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 14:22:54 +00:00
Merge pull request #61 from nupplaphil/search_volume
Adding search index to data container
This commit is contained in:
@@ -6,7 +6,8 @@ kcconf.configkopano({
|
|||||||
r"/etc/kopano/search.cfg":
|
r"/etc/kopano/search.cfg":
|
||||||
{
|
{
|
||||||
'log_file': "-",
|
'log_file': "-",
|
||||||
'log_level': "4"
|
'log_level': "4",
|
||||||
|
'index_path': "/kopano/data/search/"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -295,6 +295,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- kopanossl/:/kopano/ssl
|
- kopanossl/:/kopano/ssl
|
||||||
- kopanosocket/:/run/kopano
|
- kopanosocket/:/run/kopano
|
||||||
|
- kopanodata/:/kopano/data
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_TO_START=search
|
- SERVICE_TO_START=search
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
|||||||
Reference in New Issue
Block a user