mirror of
https://github.com/plausible/hosting.git
synced 2025-06-15 02:07:29 -05:00
Use .env so we don't conflict with upstream and overwrite
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
plausible-conf.env
|
||||
.env
|
||||
data/
|
||||
|
@ -31,4 +31,4 @@ services:
|
||||
ports:
|
||||
- 127.0.0.1:84:8000
|
||||
env_file:
|
||||
- plausible-conf.env
|
||||
- .env
|
||||
|
Reference in New Issue
Block a user