i guess i cant use this module in production.
i cant understand what caused that. must be unstable in some situations.
this morning :
docker volume rm xxx
caused all data to be deleted on the the remote server...
what i exactly did was
#> docker-compose -p A up -d
volume created a_xxx
#> docker-compose -p B up -d
volume created b_xxx
#> docker-compose -p A down
#> docker-compose -p B down
#> docker volume rm a_xxx b_xxx
total data loss :)
i did remove other volume later without data loss.
so im not sure this command does shit in the soup.
but i have no data left