|
@@ -9,12 +9,15 @@ Then, clone the repository:
|
|
cd snapdrop
|
|
cd snapdrop
|
|
docker-compose up -d
|
|
docker-compose up -d
|
|
```
|
|
```
|
|
|
|
+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`.
|
|
|
|
+
|
|
|
|
|
|
-To restart the containers run `docker-compose restart`.
|
|
|
|
-To stop the containers run `docker-compose stop`.
|
|
|
|
|
|
|
|
|
|
|
|
-Now point your browser to `http://localhost:8080`.
|
|
|
|
|
|
|
|
## Testing PWA related features
|
|
## Testing PWA related features
|
|
PWAs require that the app is served under a correctly set up and trusted TLS endpoint.
|
|
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`.
|
|
For an nginx configuration example, see `docker/nginx/default.conf`.
|
|
|
|
|
|
-[< Back](/README.md)
|
|
|
|
|
|
+[< Back](/README.md)
|