Aaron Bolton
Aaron Bolton
Does this keep the setting between updates then? as I found I can go in to each and change and random setting on/off then it fixes it for that host
Ah thanks for the comment i was getting mixed up with a bug I had also raised, thankyou for the tip
it turns out it was this which was breaking it for some reason ` scrutiny: container_name: scrutiny image: ghcr.io/analogj/scrutiny:master-omnibus cap_add: - SYS_RAWIO - SYS_ADMIN ports: - "8085:8080" # webapp -...
perfect thankyou
Thank you for the help, I've put it in a compose file next to my OpenWebUI container so I don't need to expose the port externally as well
Your mapping port 8081 to 80 and then curling port 8000 you will need to curl 8081
It would help with freeing up the memory for other applications such as Ollama, ollama has a similar feature were it unloads the models out of memory after 5min by...
it turns out docker has removed the requirement for the version in compose but this still requires it by adding something like this it should work version: "2.1"
@mindingulove which node did you add the output.replace(/[\s\S]?\s/g, '').trim(); to?
@fortmea thank you so much ive been struggling with this