What do you mean by that? Podman compose is a drop-in replacement for Docker compose, and everything is identical other than needing to add :Z to the end of your volume lines.
Here's my Navidrome config. This is running on uCore version of CoreOS, with rootless Podman and SELinux. I made no configuration changes to Podman out-of-the-box, and this is the full compose file.
i have to remap the user namespace
Note: I have not done this. What are you running Podman on? Perhaps there is some config issue with the host, since you're having issues with many containers?
To be fair, maybe just go with docker if it's causing that much pain. But again, mine is working OOTB without making any changes to the Podman setup on ucore, and using the config below.
I'm not the OP, so I wasn't having a conversation with them. But to me it gives off the vibe of "Random stranger, you should do all the work for me and provide all the answers, because I'm too lazy to do any of it myself."
What do you mean by that? Podman compose is a drop-in replacement for Docker compose, and everything is identical other than needing to add
:Z
to the end of your volume lines.