added missing rm command again
This commit is contained in:
parent
8423028cc5
commit
0ff9b46136
@ -52,6 +52,7 @@ Do the following to empty the ES docker volume:
|
||||
docker-compose stop
|
||||
set -o pipefail DOCKER_VOLUME="$(docker volume inspect zammaddockercompose_elasticsearch-data | grep Mountpoint | sed -e 's#.*": "##g' -e 's#",##')/*"
|
||||
echo "${DOCKER_VOLUME}" #check this is a valid docker volume path! if not do not proceed or you might lose data!
|
||||
rm -r $(docker volume inspect zammaddockercompose_elasticsearch-data | grep Mountpoint | sed -e 's#.*": "##g' -e 's#",##')/*
|
||||
docker-compose start
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user