1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

Adding search index to data container

This commit is contained in:
Philipp 2018-12-20 21:38:24 +01:00
parent bda4021ade
commit 58f88fde38
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ kcconf.configkopano({
r"/etc/kopano/search.cfg":
{
'log_file': "-",
'log_level': "4"
'log_level': "4",
'index_path': "/kopano/data/search/"
}
})

View File

@ -295,6 +295,7 @@ services:
volumes:
- kopanossl/:/kopano/ssl
- kopanosocket/:/run/kopano
- kopanodata/:/kopano/data
environment:
- SERVICE_TO_START=search
- TZ=${TZ}