transfer.sh

Easy file sharing from the command line.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
    transfer.sh:
        image: 'dutchcoders/transfer.sh:latest'
        ports:
            - '8080:8080'
        command: '--provider local --basedir /tmp/'
	      restart: unless-stopped

Resources

Demo: https://transfer.sh/

GitHub: https://github.com/dutchcoders/transfer.sh

Docker Hub: https://hub.docker.com/r/dutchcoders/transfer.sh

Configuration: