We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af341db + a3417e5 commit 7f9b359Copy full SHA for 7f9b359
1 file changed
docker-compose.yml
@@ -1,10 +1,10 @@
1
version: '3.4'
2
services:
3
weaviate:
4
- image: semitechnologies/weaviate:1.15.0
+ image: semitechnologies/weaviate:1.15.2
5
restart: on-failure:0
6
ports:
7
- - "8080:8080"
+ - "8080:8080"
8
environment:
9
CONTEXTIONARY_URL: contextionary:9999
10
QUERY_DEFAULTS_LIMIT: 20
0 commit comments