Skip to content

Commit 884fda3

Browse files
Weaviate version 1.25.1 (#143)
* Updated weaviate image to 1.25.1 * Updated weaviate image to 1.25.1
1 parent df382ae commit 884fda3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engine/servers/weaviate-single-node/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ services:
88
- '8090'
99
- --scheme
1010
- http
11-
image: cr.weaviate.io/semitechnologies/weaviate:1.24.1
11+
image: cr.weaviate.io/semitechnologies/weaviate:1.25.1
1212
network_mode: host
1313
logging:
1414
driver: "json-file"
1515
options:
16-
max-file: 1
17-
max-size: 10m
16+
max-file: "1"
17+
max-size: "10m"
1818
environment:
1919
QUERY_DEFAULTS_LIMIT: 10
2020
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'

0 commit comments

Comments
 (0)