alanzanattadev / atom-docker

Docker Integration for Atom.io
MIT License
48 stars 11 forks source link

Multiple compose files question #31

Open hbirkdale opened 6 years ago

hbirkdale commented 6 years ago

I have two docker-compose files that I run with docker-compose -fFile1.yml -fFile2.yml up. I'm assuming that I need to up the containers before I start Atom. When I use the Docker package after starting the containers, I first do a Docker Select Compose File on File1.yml, and I get the running containers. I then do a Docker Add Compose File on File2.yml, but nothing happens. I don't see the containers messages in Atom (but they are there). I am using this correctly?