-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
No files are created in the temp caching folder #75
Comments
Ah, I think I got it! The However, I still don't see the data generated in the tmp folder. Do you know what might be causing that? |
The tmp folder will be inside the container unless you map that too. |
Hi @ben-xo, Thanks for your reply. I thought the same, but I can't see the content in the container as well. See below for some details. Any ideas? Docker-compose yaml
Output of terminal after connecting with the
|
Hi,
I'm currently running the project using the (default) docker configuration. When I don't change anything and run
sudo docker-compose up
everything runs as expected. However, when I make changes to mydir2cast.ini
file and rerun the container, the changes are not reflected (specifically increase the value ofITEM_COUNT
from10
to99
). Also adding theFORCE_PASSWORD
and trying to force a cache refresh doesn't work. When I open the /tmp folder, it is also empty, giving me the idea that something is going wrong there. Is there a way to run a debugger to see where it breaks? Thanks in advance!The text was updated successfully, but these errors were encountered: