From ac531962e5bde0cd3d25f3a4447bce26c0b36773 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Tue, 24 Feb 2026 04:07:17 +0100 Subject: [PATCH] adding --build to compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad59fdc..7cb598d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ cat < .env BROADCASTER_PASSWORD=usedecentpasswordherelmao ANNOUNCED_IP=yourpublicIP EOF -docker compose up -d +docker compose up -d --build ``` …and setting up a minimal nginx server