forked from github.com/plausible-hosting
Use .env so we don't conflict with upstream and overwrite
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
data/
|
||||||
|
.env
|
@ -32,4 +32,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:84:8000
|
- 127.0.0.1:84:8000
|
||||||
env_file:
|
env_file:
|
||||||
- plausible-conf.env
|
- .env
|
||||||
|
Reference in New Issue
Block a user