From f5f1dbf7d344b3d74a3ec0f009abbfce6cde7813 Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Wed, 4 Sep 2024 16:47:50 +0700 Subject: [PATCH] BASE_URL clarity --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1edcc4a..44b94f5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ To set up Plausible CE quickly, follow these steps: SECRET_KEY_BASE=As0fZsJlUpuFYSthRjT5Yflg/NlxkFKPRro72xMLXF8yInZ60s6xGGXYVqml+XN1 ``` + Make sure the `$BASE_URL` is set to the actual domain where you plan to host the service. This domain must already have a corresponding DNS entry, pointing to the server's IP address, to ensure it resolves correctly. + 1. Start the services with Docker Compose: ```console