From 21a3c4dd70f32ba77005878c2927f5be173a2d41 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 18 Aug 2021 12:28:19 +1000 Subject: [PATCH] stuff --- docs/start/docker_dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker_dev.md b/docs/start/docker_dev.md index 4e2792d..12236ea 100644 --- a/docs/start/docker_dev.md +++ b/docs/start/docker_dev.md @@ -90,7 +90,7 @@ docker-compose -f docker-compose.dev.yml up -d ``` !!! success "Check Connection" - Check that the server is running at [http://localhost:8000](http://localhost:8000) + Check that the server is running at [http://localhost:8000](http://localhost:8000). The server may take a few minutes to be ready. ## Restarting Services