Answers for "docker-compose.yml reusable variables"

1

docker-compose.yml reusable variables

you can do it through env vars also a .env file in the same directory as docker-compose.yml will be referenced and all vars can be used through ${} style interpolation
Posted by: Guest on May-13-2021

Code answers related to "docker-compose.yml reusable variables"

Code answers related to "BASIC"

Browse Popular Code Answers by Language