Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

搜索是不是不管用啊 #192

Open
lengqingfeng opened this issue Feb 8, 2023 · 1 comment
Open

搜索是不是不管用啊 #192

lengqingfeng opened this issue Feb 8, 2023 · 1 comment

Comments

@lengqingfeng
Copy link

用官方搜索搜索不出相关帖子

@qbmiller
Copy link

qbmiller commented Feb 22, 2023

搭建时候,部署下就好了。直接docker 部署。 我的

`
docker run -d
--name elasticsearch
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m"
-e "discovery.type=single-node"
-v /home/ubuntu/elastic/es-data:/usr/share/elasticsearch/data
-v /home/ubuntu/elastic/es-logs:/usr/share/elasticsearch/logs
--privileged
-p 9200:9200
elasticsearch:7.17.7

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants