Skip to content
Snippets Groups Projects

Fixed a library issue where the value could not be empty

Files

+ 8
0
@@ -316,6 +316,14 @@ services:
@@ -316,6 +316,14 @@ services:
- search-db-data:/bitnami/opensearch/data
- search-db-data:/bitnami/opensearch/data
ports:
ports:
- "9200:9200"
- "9200:9200"
 
deploy:
 
resources:
 
reservations:
 
cpus: '0.25'
 
memory: 512M
 
limits:
 
cpus: '0.50'
 
memory: 2048M
healthcheck:
healthcheck:
test: curl -sSL 127.0.0.1:9200
test: curl -sSL 127.0.0.1:9200
<<: *healthcheck-params
<<: *healthcheck-params
Loading