I'm using that docker-compose.yml https://pastebin...
# linux
g
I'm using that docker-compose.yml https://pastebin.com/Da5dxn6J with my editions.
Copy code
docker-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.