From ee62b47305c85e29827947e354dd73fbbb7b096e Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Wed, 16 Dec 2020 04:41:28 +0100 Subject: [PATCH] Update local-dev.md --- docs/local-dev.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/local-dev.md b/docs/local-dev.md index 437902c..1486e19 100644 --- a/docs/local-dev.md +++ b/docs/local-dev.md @@ -9,13 +9,16 @@ Then, clone the repository: cd snapdrop docker-compose up -d ``` - -To restart the containers run `docker-compose restart`. -To stop the containers run `docker-compose stop`. - - Now point your browser to `http://localhost:8080`. +- To restart the containers run `docker-compose restart`. +- To stop the containers run `docker-compose stop`. +- To display the nodejs logs for debugging run `docker logs snapdrop_node_1`. + + + + + ## Testing PWA related features PWAs require that the app is served under a correctly set up and trusted TLS endpoint. @@ -41,4 +44,4 @@ By default, the server listens on port 3000. For an nginx configuration example, see `docker/nginx/default.conf`. -[< Back](/README.md) \ No newline at end of file +[< Back](/README.md)