mirror of
https://github.com/linuxserver/docker-snapdrop.git
synced 2026-02-11 05:54:42 +08:00
Removed readme.lite
This commit is contained in:
parent
03043abed6
commit
43f7291e8d
21
README.lite
21
README.lite
@ -1,21 +0,0 @@
|
||||
# [linuxserver/snapdrop](https://github.com/linuxserver/docker-snapdrop)
|
||||
|
||||
This readme has been truncated from the full version found [HERE](https://github.com/linuxserver/docker-snapdrop)
|
||||
|
||||
[Snapdrop](https://github.com/RobinLinus/snapdrop) A local file sharing in your browser. Inspired by Apple's Airdrop.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
docker create \
|
||||
--name=snapdrop \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-p 80:80 \
|
||||
-p 443:443 \
|
||||
-v <path to config>:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/snapdrop
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user