mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
make Plausible listen on 127.0.0.1 by default
This commit is contained in:
parent
376369fd21
commit
518aa3a35a
@ -34,7 +34,7 @@ services:
|
|||||||
- plausible_events_db
|
- plausible_events_db
|
||||||
- mail
|
- mail
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 127.0.0.1:8000:8000
|
||||||
env_file:
|
env_file:
|
||||||
- plausible-conf.env
|
- plausible-conf.env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user