mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
commit
a96dde25c0
1 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,20 @@ Now point your browser to `http://localhost:8080`.
|
||||||
- To debug the NodeJS server run `docker logs snapdrop_node_1`.
|
- 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue