mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-05 20:41:34 +08:00
#51 fix deps error in docker-compose.yml
This commit is contained in:
parent
a87128ecbe
commit
c9a3baea30
@ -26,6 +26,7 @@ services:
|
|||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: "elasticsearch:2.4.6"
|
image: "elasticsearch:2.4.6"
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/elasticsearch/data:/usr/share/elasticsearch/data
|
- $PWD/elasticsearch/data:/usr/share/elasticsearch/data
|
||||||
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
||||||
@ -71,3 +72,4 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
|
- elasticsearch
|
Loading…
x
Reference in New Issue
Block a user