Commit be9238ad by Ned Batchelder

Add to readme: how to read logs

parent 534f22a0
...@@ -228,6 +228,13 @@ Troubleshooting ...@@ -228,6 +228,13 @@ Troubleshooting
If you are having trouble with your containers there are a few steps you can If you are having trouble with your containers there are a few steps you can
take to try to resolve. take to try to resolve.
Check the logs
~~~~~~~~~~~~~~
If a container stops unexpectedly, you can look at its logs for clues::
docker-compose logs lms
Update the code and images Update the code and images
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment