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 my dir2cast.ini file and rerun the container, the changes are not reflected (specifically increase the value of ITEM_COUNT from 10 to 99). Also adding the FORCE_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!
Hi,
I'm currently running the project using the (default) docker configuration. When I don't change anything and run
sudo docker-compose upeverything runs as expected. However, when I make changes to mydir2cast.inifile and rerun the container, the changes are not reflected (specifically increase the value ofITEM_COUNTfrom10to99). Also adding theFORCE_PASSWORDand 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!