make Plausible listen on 127.0.0.1 by default

This commit is contained in:
ruslandoga 2024-02-24 01:50:30 +08:00 committed by GitHub
parent 376369fd21
commit 518aa3a35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ services:
- plausible_events_db
- mail
ports:
- 8000:8000
- 127.0.0.1:8000:8000
env_file:
- plausible-conf.env