Closed prepin closed 2 days ago
Everything seems to be fine, it's simple, if you don't use the environment variable or you are not making a reference in your compose file, will not use it.
Thank you. I figured out what the issue was. I needed to explicitly include the env_file
or environment
section in the docker-compose.yml file to ensure the environment variables were picked up. Also, the env_file
section must explicitly reference the file named .env
, and it should be located in the root directory.
Everything works now, thanks again!
To Reproduce
env
commandCurrent vs. Expected behavior
Current Behavior:
Expected Behavior:
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker Compose
Additional context