DockerComposeFixture icon indicating copy to clipboard operation
DockerComposeFixture copied to clipboard

enable to pass environment variables from outside

Open joemphilips opened this issue 5 years ago • 0 comments

In my project, I wanted to parameterize docker-compose file by environment variables. So that I can launch multiple instances of docker-compose and each binds to different ports and mounts on different path.

It's working fine in my project. So I will share here.

joemphilips avatar May 08 '20 13:05 joemphilips