glamorous-crowd-4515
05/11/2022, 3:39 PMdocker-compose kill -s 9 ; docker ps -qa|xargs docker rm ; docker volume prune -f I also tried to "just" docker rm -f netmaker and then docker-compose -f myfile.yml -d netmaker to start the container back. It starts properly, it also properly connects to the db server, BUT this is where I think my issue relies: if i don't drop the database, I cant start my REST server again.