Commit f15a0e86 authored by Yogesh Agrawal's avatar Yogesh Agrawal Committed by Antoine Cotten

Execute searchguard init with 'docker-compose exec' (#151)

parent 8d812875
......@@ -88,7 +88,7 @@ $ docker-compose up -d
Search Guard must be initialized after Elasticsearch is started:
```bash
$ docker exec dockerelk_elasticsearch_1 bin/init_sg.sh
$ docker-compose exec -T elasticsearch bin/init_sg.sh
```
_This executes sgadmin and loads the configuration from `elasticsearch/config/sg*.yml`_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment