mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	docs(hacking-on-gitea): fix installation instruction for elasticsearch docker (#19829)
This commit is contained in:
		
					parent
					
						
							
								e0273bad72
							
						
					
				
			
			
				commit
				
					
						4cac908255
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -192,7 +192,7 @@ Start local ElasticSearch instance using docker:
 | 
			
		|||
```sh
 | 
			
		||||
mkdir -p $(pwd)/data/elasticsearch
 | 
			
		||||
sudo chown -R 1000:1000 $(pwd)/data/elasticsearch
 | 
			
		||||
docker run --rm -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e "discovery.type=single-node" -v "$(pwd)/data/elasticsearch:/usr/share/elasticsearch/data" docker.elastic.co/elasticsearch/elasticsearch:7.16.3
 | 
			
		||||
docker run --rm --memory="4g" -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e "discovery.type=single-node" -v "$(pwd)/data/elasticsearch:/usr/share/elasticsearch/data" docker.elastic.co/elasticsearch/elasticsearch:7.16.3
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Configure `app.ini`:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue