Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto committed Jul 26, 2024
1 parent ef7cf82 commit 00064c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.4.7:
-----

- Moved manticore to a dedicated docker image

When using piler in docker, be sure to update /etc/piler/piler.conf, and set

sphxhost=manticore

Also fix /etc/piler/config-site.php:

$config['SPHINX_HOSTNAME'] = 'manticore:9306';
$config['SPHINX_HOSTNAME_READONLY'] = 'manticore:9307'

- Display svg images in preview pane (#97)



1.4.6:
-----

Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
image: manticoresearch/manticore:6.3.2
container_name: manticore
restart: unless-stopped
init: true
volumes:
- ./manticore.conf:/etc/manticoresearch/manticore.conf
- manticore_data:/var/lib/manticore
Expand Down

0 comments on commit 00064c2

Please sign in to comment.