Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

02-28-2018 Report #113

Closed JosiahRegencia closed 6 years ago

JosiahRegencia commented 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 screenshot from 2018-02-28 23 34 37

Currently trying to understand this site: http://crosbymichael.com/advanced-docker-volumes.html

greenmoss commented 6 years ago

If you use locate, you might not find it. You might have to use the find command instead: find . -name .env.

Looks like a good article on volumes.