Attempt to fix WeaviateDockerCompose IT
- Choose port range instead of random available port
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
weaviate:
|
||||
image: '{imageName}'
|
||||
ports:
|
||||
- '8080'
|
||||
- '8081-9000:8080'
|
||||
environment:
|
||||
- AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true
|
||||
- PERSISTENCE_DATA_PATH=/var/lib/weaviate
|
||||
|
||||
Reference in New Issue
Block a user