File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1531,7 +1531,7 @@ services:
1531
1531
volumes :
1532
1532
- ${MANTICORE_CONFIG_PATH}:/etc/sphinxsearch
1533
1533
- ${DATA_PATH_HOST}/manticore/data:/var/lib/manticore/data
1534
- - ${DATA_PATH_HOST}/manticore/log:/var/lib /manticore/log
1534
+ - ${DATA_PATH_HOST}/manticore/log:/var/log /manticore
1535
1535
ports :
1536
1536
- " ${MANTICORE_API_PORT}:9312"
1537
1537
- " ${MANTICORE_SPHINXQL_PORT}:9306"
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ searchd {
11
11
listen = 9312
12
12
listen = 9308:http
13
13
listen = 9306:mysql41
14
- log = /var/lib /manticore/log /searchd.log
14
+ log = /var/log /manticore/searchd.log
15
15
# you can also send query_log to /dev/stdout to be shown in docker logs
16
- query_log = /var/lib /manticore/log /query.log
16
+ query_log = /var/log /manticore/query.log
17
17
read_timeout = 5
18
18
max_children = 30
19
- pid_file = /var/run/searchd.pid
19
+ pid_file = /var/run/manticore/ searchd.pid
20
20
seamless_rotate = 1
21
21
preopen_indexes = 1
22
22
unlink_old = 1
You can’t perform that action at this time.
0 commit comments