mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
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:
parent
09fb07ef60
commit
4ff0b7fbfc
@ -28,7 +28,7 @@ services:
|
||||
- plausible_events_db
|
||||
- mail
|
||||
ports:
|
||||
- 80:8000
|
||||
- 8000:8000
|
||||
env_file:
|
||||
- plausible-conf.env
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user