EN VI
Posts (0)
Questions (2)
2024-03-10 15:00:05
You need to accept connections from 0.0.0.0 because 127.0.0.1 references the container and not the host. So, for example, supposing that your project looks like this (very simplified!): ├── Dockerfile...
Tags: node.js docker dockerfile
2024-03-11 10:30:05
By using the latest Node 16 version 16.20 you can successfully use yt-dlp. Here is a working Dockerfile: FROM node:16-alpine RUN apk update && apk add --no-cache yt-dlp
Tags: docker dockerfile yt-dlp

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login