Update local-dev.md

This commit is contained in:
RobinLinus 2020-12-16 04:41:28 +01:00 committed by GitHub
parent 85dedf03ce
commit ee62b47305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.