From 43f7291e8d7420073ee786f7f08c86ff2117705a Mon Sep 17 00:00:00 2001 From: alex-phillips Date: Thu, 17 Sep 2020 13:15:37 -0400 Subject: [PATCH] Removed readme.lite --- README.lite | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.lite diff --git a/README.lite b/README.lite deleted file mode 100644 index fd0a91b..0000000 --- a/README.lite +++ /dev/null @@ -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 :/config \ - --restart unless-stopped \ - linuxserver/snapdrop -``` -