Set dev image back to the default
This commit is contained in:
parent
04b5dec843
commit
9cf4e945d1
|
@ -37,11 +37,12 @@ services:
|
|||
- redis
|
||||
|
||||
db:
|
||||
image: pathogen/manticore:kibana
|
||||
build:
|
||||
context: ./docker/manticore
|
||||
args:
|
||||
DEV: 2
|
||||
#image: pathogen/manticore:kibana
|
||||
image: manticoresearch/manticore:dev
|
||||
#build:
|
||||
# context: ./docker/manticore
|
||||
# args:
|
||||
# DEV: 1
|
||||
restart: always
|
||||
ports:
|
||||
- 9308
|
||||
|
@ -57,7 +58,6 @@ services:
|
|||
hard: -1
|
||||
environment:
|
||||
- MCL=1
|
||||
- DEV=2
|
||||
volumes:
|
||||
- ./docker/data:/var/lib/manticore
|
||||
- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf
|
||||
|
|
Loading…
Reference in New Issue