Use .env so we don't conflict with upstream and overwrite

This commit is contained in:
2022-04-08 00:59:44 -05:00
parent 0f00aaffcb
commit f150c9c444
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
data/
.env

View File

@ -32,4 +32,4 @@ services:
ports:
- 127.0.0.1:84:8000
env_file:
- plausible-conf.env
- .env