mirror of
				https://github.com/simon987/sist2.git
				synced 2025-10-31 07:56:53 +00:00 
			
		
		
		
	Update ES version in readme
This commit is contained in:
		
							parent
							
								
									9c0f3e0e31
								
							
						
					
					
						commit
						89fd68be8e
					
				| @ -38,12 +38,12 @@ sist2 (Simple incremental search tool) | ||||
|     1. *(or)* Run using docker: | ||||
|         ```bash | ||||
|        docker run -d --name es1 --net sist2_net -p 9200:9200 \ | ||||
|             -e "discovery.type=single-node" elasticsearch:7.5.2 | ||||
|             -e "discovery.type=single-node" elasticsearch:7.14.0 | ||||
|         ``` | ||||
|     1. *(or)* Run using docker-compose: | ||||
|         ```yaml | ||||
|           elasticsearch: | ||||
|             image: docker.elastic.co/elasticsearch/elasticsearch:7.5.2 | ||||
|             image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0 | ||||
|             environment: | ||||
|               - discovery.type=single-node | ||||
|               - "ES_JAVA_OPTS=-Xms1G -Xmx2G" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user