How To Pass Environment variables in Compose ( docker compose ) – Nginx
There are multiple parts of Compose that deal with environment variables in one sense or another. So how do I pass Environment variables in Compose ( docker-compose ) According to the documentation If you have multiple environment variables, you can…