Change Plausible to not bind to port 80 by default

This is done in preparation for adding reverse-proxy configurations
Unfortunately a later docker-compose file cannot *remove* a port
binding, so it has to be removed in the root file.
If there is interest, the 80:8000 binding can be re-added in a
new docker-compose overwrite file.
This commit is contained in:
birjolaxew 2020-10-30 05:30:23 +01:00
parent 09fb07ef60
commit 4ff0b7fbfc
No known key found for this signature in database
GPG Key ID: 548A6D4C439CC3DD
1 changed files with 1 additions and 1 deletions

View File

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