From 4ff0b7fbfcf6a68f0bb2363907b6c1f6347ef407 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Fri, 30 Oct 2020 05:30:23 +0100 Subject: [PATCH] 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. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5dadb81..e7b2367 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: - plausible_events_db - mail ports: - - 80:8000 + - 8000:8000 env_file: - plausible-conf.env