Japhys
Japhys
Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install, but now I...
> Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install, but now...
> > > Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install,...
Will give it a try!
Has there been any progress on this? Just did a clean install but problem still exist, it seems.
That exact same thought brought me here. +1
@thomashacker I only say this now :) I am using this docker compose file ``` version: '3.8' services: verba: image: semitechnologies/verba ports: - 8111:8000 environment: - WEAVIATE_URL_VERBA=http://weaviate:8080 - OPENAI_API_KEY=${OPENAI_API_KEY} -...
Hi @nicolargo Thanks! That helped, but still not quite there. I did `sudo docker exec -it glances-glances-1 cat /tmp/glances-root.log ` I see the actions are indeed triggered ``` 2025-05-16 14:49:54,702...
Thanks I tried that because it made sense to me, that's why I was confused to still see this error in the log, after changing the conf file to /etc/glances/actions.d/gotify_notify.sh...
That's what I thought, I must be going mad. Maybe I am missing something, I apologize, still earning Docker File on host  File in container.   Oke after...