Search Docker Hub
yt2mp3
By busshi
Webapp to download mp3 from yt links… Made in ReactJS (NextJS) for learning purposes….
933
version: '3' services: yt2mp3: image: busshi/yt2mp3:latest volumes: - ./app:/usr/app ports: - 80:80 restart: unless-stopped
docker-compose up —build [d]
Content type
Image
Digest
Size
558.5 MB
Last updated
over 4 years ago
docker pull busshi/yt2mp3