educative.io

Shell environment variables

In Docker Compose for Developers
When discussing the order of precedence the 2nd item is “Shell Environment Variables” so does this mean values passed in via the -e flag ?

Right. -e flag is used to pass environment variables for the container.