From fbf7473fd6e7a8bf7fd33ff0540294f03bf60d29 Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Nov 2025 13:30:42 +1030 Subject: [PATCH] Update DOCKER_COMPOSE_SETUP.md --- DOCKER_COMPOSE_SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOCKER_COMPOSE_SETUP.md b/DOCKER_COMPOSE_SETUP.md index 7ec82a279..47d4ba346 100644 --- a/DOCKER_COMPOSE_SETUP.md +++ b/DOCKER_COMPOSE_SETUP.md @@ -37,6 +37,7 @@ This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is design 4. **Build and start the containers:** ```bash docker compose up -d db redis # Bootstrap the database and Redis. + # Wait 30 seconds for them to complete first boot. docker compose up -d ```