Cloud-RF/tak-server

Don't run `prune` all volumes on cleanup script

Closed this issue · 0 comments

The cleanup.sh script has a line which runs docker system prune --volmes

docker system prune --volumes

This will remove all volumes on the system, including those which aren't part of the tak-server environment.

A better way would be use something like docker volume rm --force db_data.