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