Open OckhamOdyssey opened 1 year ago
Try this:
curl localhost:8998
What's the response? This is likely a network issue on your end
I just try this with a low resource server, and get AVX problem with mongodb5+, then i changed mongodb form :4 to :3 and no had idea. I revised docker logs, but in youtubedl there was nothing, and then i just went to take a cup of coffe and, me i returned, te app was working.
Describe the bug Looks like Node.js is not listening on the exposed port. Starting the docker image just gives a connection error and no logs
To Reproduce Steps to reproduce the behavior:
docker-compose.yml
as the setup instructions says.docker compose up -d
localhost:8998
and enjoy the ERR_CONNECTION_RESET error.Expected behavior YoutubeDL-Material container starting correctly.
Environment
Other observation The mongo container has the port 27017 exposed with the default compose file, this is a security issue as it must be seen just by the youtubedl-material container.
Logs