Sign inSign up

busshi/yt2mp3

By busshi

Updated over 4 years ago

Webapp to download mp3 from yt links… Made in ReactJS (NextJS) for learning purposes….

Image
0

933

busshi/yt2mp3 repository overview

Using a docker-compose.yml file :

version: '3'

services:
  yt2mp3:
    image: busshi/yt2mp3:latest
    volumes:
      - ./app:/usr/app
    ports:
      - 80:80
    restart: unless-stopped

Usage:

docker-compose up —build [d]

Tag summary

Content type

Image

Digest

Size

558.5 MB

Last updated

over 4 years ago

docker pull busshi/yt2mp3