@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
Jerry Jäppinen
03/14/2019, 9:13 PM
Ok, thanks. And then how would I switch my current project to another port?
Jerry Jäppinen
03/14/2019, 9:13 PM
How does it know when to persist?
s
Stephen Jensen
03/14/2019, 9:57 PM
you’d have to do a docker-compose down, change the yml and then docker-compose up.