Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Last active August 4, 2021 15:32
Show Gist options
  • Save rogeriopradoj/778f7b7ac59f35ca2da3e163b5c9bfdc to your computer and use it in GitHub Desktop.
Save rogeriopradoj/778f7b7ac59f35ca2da3e163b5c9bfdc to your computer and use it in GitHub Desktop.
peerflix-server via docker and docker-compose

Dependencies

Usage

  1. Create a directory and download docker-compose.yml file into it.
  2. In this directory, execute in your terminal: docker-compose up
  3. Open in your browser: http://localhost:9000/
  4. Done!

For more info on how to use peerflix-server see its official page.

Thanks

peerflix:
image: asapach/peerflix-server
ports:
- "6881:6881"
- "9000:9000"
volumes:
- ./tmp/torrent-stream:/tmp/torrent-stream
@eminetto
Copy link

aosgvv7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment