Skip to content

Commit

Permalink
manticoresearch/manticore:5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Анастасия Скульская committed Oct 31, 2024
1 parent e64e4e5 commit bba2d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

services:
manticoresearch-manticore:
image: manticoresearch/manticore:dev
image: manticoresearch/manticore:5.0.2
env:
EXTRA: 1
ports:
- 9308:9308
manticoresearch-manticore-2:
image: manticoresearch/manticore:dev
image: manticoresearch/manticore:5.0.2
env:
EXTRA: 1
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ services:
- .:/var/www

manticoresearch-manticore:
image: manticoresearch/manticore:dev
image: manticoresearch/manticore:5.0.2
expose:
- 9306
- 9312

manticoresearch-manticore-2:
image: manticoresearch/manticore:dev
image: manticoresearch/manticore:5.0.2
expose:
- 9306
- 9312

0 comments on commit bba2d74

Please sign in to comment.