perrfect
perrfect
> @perrfect what is the `Restart` policy on the service? Hello. Thank you for your reply. The policy was `Restart=no`. We have changed to `Restart=always`. Hope everything will be ok.
> or if you use systemd-coredump, just run > > coredumpctl gdb > > and after bt full Hello. Unfortunately we didn't enable core dump on this server and only...
I understand. We have already enable core dumps on this server and if the problems repeat I will send you the dump.
Thank you
> @perrfect Did you find a solution for this? Hello. No, i didn't find the solution(
@adubovikov Can you see this PR, please?
@adubovikov Thank you too. By the way, can you add these changes to the **sipcapture/webapp** docker image on docker hub?
> _>>When the container has restarted `usergroup` is changed from "usergroup": "sec_homer_users" to "usergroup": "sec_roots"._ This seems a permission escalation that depends on the container. The _restart_ seems to invalidate...
> What would the issue be? The relevant parts of the [init script](https://github.com/sipcapture/homer-app/blob/master/docker/docker-entrypoint.d/1#L62) are simply replacing the ENV values in the template, so I see no reason why the json...
@lmangani The problem is reproduced on Ubuntu and Rocky Linux. Steps to reproduce: 1. Add environment variables as in the comment above to `homer7-docker/heplify-server/hom7-prom-all/docker-compose.yml` 2. Run docker compose: `sudo docker...