Closed jphaupt93 closed 3 weeks ago
Hi! Thank you for opening the issue! Have you tried with older versions or with the nightly tag?
@jphaupt93 What is the output of docker version
?
@giuseppe99barchetta I believe this may be related to using an older version of Docker on the host while using an image with a newer version of glibc. See https://stackoverflow.com/questions/70087344/python-in-docker-runtimeerror-cant-start-new-thread
@jphaupt93 What is the output of
docker version
?@giuseppe99barchetta I believe this may be related to using an older version of Docker on the host while using an image with a newer version of glibc. See https://stackoverflow.com/questions/70087344/python-in-docker-runtimeerror-cant-start-new-thread
Ah that was definitely the issue, updating Docker Engine to the latest version resolved. Thanks for the quick reply.
Running via docker-compose on Ubuntu 20.04.6/Docker Compose version v2.27.0 and running into an error where the container launches but the webpage only returns "Internal Server Error". Ensured the directory I am mounting to the /app/config/config_files volume was created and opened up permissions on it to see if that would make a difference but no luck.
Snippet of docker-compose and logs included below, any help would be greatly appreciated!
Portion of my docker-compose.yml for the suggestarr container:
Log showing error after successfully launching the container and then trying to load the Suggestarr webpage: