We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hola, thanks for a cool tool!
I'd like to run this on my Raspberry Pi in your docker container; is there any chance you could enable ARM builds for it on dockerhub?
The text was updated successfully, but these errors were encountered:
You can build it straight from the repo in your compose file
youtube-dl: image: kmb32123/youtube-dl-server container_name: youtube-dl build: https://www.github.com/manbearwiz/youtube-dl-server.git environment: - UID=${PUID} - PGID=${PGID} - TZ=${TIMEZONE} - YDL_SERVER_PORT=${YOUTUBE_DL_PORT} volumes: - ${MEDIA_ROOT}/downloads:/youtube-dl ports: - "${YOUTUBE_DL_PORT}:${YOUTUBE_DL_PORT}" restart: unless-stopped
and run docker-compose build youtube-dl. However this version did not work on my system and I moved to the nbr23 fork here.
docker-compose build youtube-dl
Sorry, something went wrong.
No branches or pull requests
Hola, thanks for a cool tool!
I'd like to run this on my Raspberry Pi in your docker container; is there any chance you could enable ARM builds for it on dockerhub?
The text was updated successfully, but these errors were encountered: