From 7bd4ba2e7c70cd210974bb604dea8355ee3b4c5b Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 12 Nov 2024 14:37:37 +0530 Subject: [PATCH] docs: fix logs command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eece84d..114adfcf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then run: `docker compose -f pwd.yml up -d` Wait for 5 minutes for ERPNext site to be created or check `create-site` container logs before opening browser on port 8080. (username: `Administrator`, password: `admin`) -If you ran in a Dev Docker environment, to view container logs: `docker compose -f pwd.yml -d`. Don't worry about some of the initial error messages, some services take a while to become ready, and then they go away. +If you ran in a Dev Docker environment, to view container logs: `docker compose -f pwd.yml logs -f create-site`. Don't worry about some of the initial error messages, some services take a while to become ready, and then they go away. # Documentation