From 100ad5da9825727f43aad20b8d7cb28ef589d0c7 Mon Sep 17 00:00:00 2001 From: Zander Date: Sun, 24 Mar 2024 09:26:47 +0100 Subject: [PATCH] Update docker-compose.yml Allow Docker to bind to all IP addresses and not just the local one. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ed3b008..3b66821 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: - plausible_events_db - mail ports: - - 127.0.0.1:8000:8000 + - 8000:8000 env_file: - plausible-conf.env