Skip to content

Commit

Permalink
Merge pull request SnapDrop#453 from h4mmad/master
Browse files Browse the repository at this point in the history
pull image from docker hub
  • Loading branch information
RobinLinus authored Jun 2, 2022
2 parents 724f0af + 1d49faf commit a96dde2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/local-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Now point your browser to `http://localhost:8080`.
- To debug the NodeJS server run `docker logs snapdrop_node_1`.


## Run locally by pulling image from Docker Hub

Have docker installed, then use the command:
```
docker pull linuxserver/snapdrop
```

To run the image, type (if port 8080 is occupied by host use another random port <random port>:80):
```
docker run -d -p 8080:80 linuxserver/snapdrop
```






Expand Down

0 comments on commit a96dde2

Please sign in to comment.