标签:enable 朋友 docke elastic exe 完成 doc arch 容器
docker exec -it [容器名] /bin/bash
因为我们需要更改配置文件,安装过的朋友就不用安装了
apt-get update
apt-get install vim
http.cors.enabled: true
http.cors.allow-origin: "*"
docker restart -t=60 [CONTAINER ID]
在docker容器中为elasticsearch配置跨域访问
标签:enable 朋友 docke elastic exe 完成 doc arch 容器
原文地址:https://www.cnblogs.com/ygxdbmx/p/11032150.html