Closed JosiahRegencia closed 6 years ago
Testing out using .env file. Thought this site might help: https://docs.docker.com/compose/env-file/#syntax-rules
It manually sets the host and stuff I guess.
But using DigitalOcean doesn't seem to have a .env. Even when I try to create it using the touch command
Currently trying to understand this site: http://crosbymichael.com/advanced-docker-volumes.html
If you use locate, you might not find it. You might have to use the find command instead: find . -name .env.
locate
find
find . -name .env
Looks like a good article on volumes.
Testing out using .env file. Thought this site might help: https://docs.docker.com/compose/env-file/#syntax-rules
It manually sets the host and stuff I guess.
But using DigitalOcean doesn't seem to have a .env. Even when I try to create it using the touch command
Currently trying to understand this site: http://crosbymichael.com/advanced-docker-volumes.html