<@U7Z7FGKKN> you could do docker-compose up in bot...
# orm-help
s
@Jerry Jäppinen you could do docker-compose up in both folders and as long as you didn’t have port clashing on the host it would work. Docker-compose looks for the yml file in your current folder
j
Ok, thanks. And then how would I switch my current project to another port?
How does it know when to persist?
s
you’d have to do a docker-compose down, change the yml and then docker-compose up.