We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38eccfa commit 93df48eCopy full SHA for 93df48e
docker-compose.explorer.yml
@@ -3,6 +3,7 @@ version: '3.2'
3
services:
4
explorer:
5
image: myersresearchgroup/sbolexplorer:snapshot-synbiohub
6
+ privileged: true
7
ports:
8
- "13162:13162"
9
depends_on:
@@ -15,10 +16,14 @@ services:
15
16
target: /mnt
17
elasticsearch:
18
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
19
+ depends_on:
20
+ - virtuoso
21
22
- "9200:9200"
23
volumes:
- - esdata:/usr/share/elasticsearch/data
24
+ - type: volume
25
+ source: esdata
26
+ target: /usr/share/elasticsearch/data
27
28
29
esdata:
0 commit comments