Skip to content
Snippets Groups Projects
Commit 3c6a6cc7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Also remove volumes when shutting down with cleanup option set

parent 3a05a821
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ function create {
# Cleanup
if [[ $L3D_CLEANUP -eq 1 ]]; then
docker-compose stop
docker-compose rm --force
docker-compose rm --force -v
fi
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment