Skip to content

Commit

Permalink
docs: fix logs command (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
revant authored Nov 12, 2024
1 parent 641550d commit 6b50a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b50a57

Please sign in to comment.