ghostserverd / mediaserver-docker

Docker compose for comprehensive autonomous media server
252 stars 42 forks source link

.env_sample missing from clone #19

Closed ploughpuff closed 3 years ago

ploughpuff commented 3 years ago

The first instruction under Build your env file is cp .env_sample .env, however, the sample env file is not available after cloning the repo. Is it being ignored perhaps?

ghostserverd commented 3 years ago
# git clone https://github.com/ghostserverd/mediaserver-docker.git
# cd mediaserver-docker
# ls -a
.  ..  .env_sample  .git  .gitignore  README.md  docker-compose.yml

Are you not showing hidden files? File names prepended with a . are often treated as hidden and don't show up unless you take extra steps to show hidden files.

ploughpuff commented 3 years ago

Ha! yes. embarrassing. I missed the -a switch! Thank you.