Skip to content

Commit 93df48e

Browse files
committed
synchronize with snapshot
1 parent 38eccfa commit 93df48e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker-compose.explorer.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: '3.2'
33
services:
44
explorer:
55
image: myersresearchgroup/sbolexplorer:snapshot-synbiohub
6+
privileged: true
67
ports:
78
- "13162:13162"
89
depends_on:
@@ -15,10 +16,14 @@ services:
1516
target: /mnt
1617
elasticsearch:
1718
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
19+
depends_on:
20+
- virtuoso
1821
ports:
1922
- "9200:9200"
2023
volumes:
21-
- esdata:/usr/share/elasticsearch/data
24+
- type: volume
25+
source: esdata
26+
target: /usr/share/elasticsearch/data
2227

2328
volumes:
2429
esdata:

0 commit comments

Comments
 (0)