mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
Update readme
This commit is contained in:
parent
48bcfbe0bc
commit
2129e63ba9
@ -1,4 +1,4 @@
|
||||
# transfer.sh [](https://gitter.im/dutchcoders/transfer.sh?utm_source=badge&utm_medium=badge&utm_campaign=&utm_campaign=pr-badge&utm_content=badge) [](https://goreportcard.com/report/github.com/dutchcoders/transfer.sh) [](https://hub.docker.com/r/transfer.sh/transfer.sh/) [](https://travis-ci.org/dutchcoders/transfer.sh)
|
||||
# transfer.sh [](https://gitter.im/dutchcoders/transfer.sh?utm_source=badge&utm_medium=badge&utm_campaign=&utm_campaign=pr-badge&utm_content=badge) [](https://goreportcard.com/report/github.com/dutchcoders/transfer.sh) [](https://hub.docker.com/r/dutchcoders/transfer.sh/) [](https://travis-ci.org/dutchcoders/transfer.sh)
|
||||
|
||||
Easy and fast file sharing from the command-line. This code contains the server with everything you need to create your own instance.
|
||||
|
||||
@ -74,10 +74,9 @@ go build -o transfersh main.go
|
||||
|
||||
## Docker
|
||||
|
||||
For easy deployment we've enabled Docker deployment.
|
||||
For easy deployment we've created a Docker container.
|
||||
|
||||
```
|
||||
docker build -t dutchcoders/transfer.sh:latest .
|
||||
docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user