krair
krair
My solution has been to create a dummy interface on the host and assign it an IP like 10.254.254.1. I then bind all of my services to this dummy interface....
> @krair > > Could you please share the specific commands you used to create the dummy interface and bind your services to it on the host? > > I...
@459below No, I am not exposing the podman socket or using Traefik labels. In this case I am indeed using a file provider.
This could be an entirely separate issue, but wanted to add my findings for posterity. I was also having this issue: Setup: - AlmaLinux 9 - Rootless Podman 4.2.0 -...
FYI, this is a problem with the container itself, not with podman-compose. You've likely seen some containers that let you set sensitive information as an environment variable that ends in...
@herzenschein This is actually a common practice. For example, see the Docker Secrets section here: https://hub.docker.com/_/postgres/ In this case, instead of passing the env variable `PASSWORD`, the maintainer could check...
I should add that I use the exact same SMTP server, with the exact same SMTP settings, on the same server, in an app in a different container, and that...
I don't know if this helps, but if I setup the smtp with the correct settings, the test email goes through. Next, I click save settings, app reloads, I am...
I think you misread what I said. When I change a setting BUT DON'T SAVE, it also works.
I tried to create a screen recording to show, and its true I can't get it to reliably reproduce the timeout error every time. I will try running listmonk as...