Skip to content
New issue

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

Build for ARM #69

Open
offbyone opened this issue Sep 13, 2020 · 1 comment
Open

Build for ARM #69

offbyone opened this issue Sep 13, 2020 · 1 comment

Comments

@offbyone
Copy link

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?

@breakingflower
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants