mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
also make sure to remove network
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
parent
9e1e289891
commit
b512bea2db
@ -106,6 +106,10 @@ then
|
||||
docker_prune_this "$nc_fts"
|
||||
docker_prune_this "$opens_fts"
|
||||
docker_prune_volume "esdata"
|
||||
if docker network ls | grep opensearch_fts_os-net
|
||||
then
|
||||
docker network rm opensearch_fts_os-net
|
||||
fi
|
||||
# Remove configuration files
|
||||
rm -rf "$RORDIR"
|
||||
rm -rf "$OPNSDIR"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user