https://github.com/beevelop/docker-youtransfer
:floppy_disk: A simple but elegant self-hosted file transfer & sharing solution
https://github.com/beevelop/docker-youtransfer
Last synced: 21 days ago
JSON representation
:floppy_disk: A simple but elegant self-hosted file transfer & sharing solution
- Host: GitHub
- URL: https://github.com/beevelop/docker-youtransfer
- Owner: beevelop
- License: mit
- Created: 2015-10-05T21:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T11:53:46.000Z (over 9 years ago)
- Last Synced: 2025-05-31T13:02:26.733Z (10 months ago)
- Homepage: http://www.youtransfer.io/
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-youtransfer)
[](https://links.beevelop.com/d-youtransfer)
[](https://links.beevelop.com/d-youtransfer)
[](https://links.beevelop.com/d-youtransfer)
[](https://github.com/beevelop/docker-youtransfer/releases)

[](https://beevelop.com)
# [YouTransfer](https://github.com/remie/YouTransfer) for Docker :whale:
## Docker-Compose (recommended)
1. Clone this repository
2. Update `docker-compose.yml` (Hostname)
3. Run `docker-compose up`
4. Access your YouTransfer installation and update your settings via UI (**Settings** in the lower right corner)
5. Enjoy!
## Old-school
```bash
docker run -it -v `pwd`/uploads/:/opt/youtransfer/uploads -p 5000:5000 beevelop/youtransfer
```
Visit *http://YOUR_HOST:5000* and update YouTransfer's settings through the UI (**Settings** in the lower right corner)