rhymepurple
@rhymepurple@lemmy.ml
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on Podman: Issues with multiple users running containers simultaneously 8 hours ago:
This is due to a security design deicison of Podman. Each user’s network(s) is only available to that user. This is great for most services, but can cause issues for some services - especially reverse proxies. Unfortunately, I’m not aware of an ideal solution. The only solution I’ve seen is moving the reverse proxy to another host and exposing the services’ ports on the localhost. I hope someone can provide a better solution!