Yes, between major releases there can be breaking changes. But within there wont be, which is what I was referring to. In "V1" we didn't have such a guarantee.
- Posts
- 6
- Comments
- 34
- Joined
- 3 yr. ago
- Posts
- 6
- Comments
- 34
- Joined
- 3 yr. ago
Selfhosted @lemmy.world Minimal expenses splitting software
LocalLLaMA @sh.itjust.works Models for 16 GB vram?
Selfhosted @lemmy.world Looking for expenses splitting software
Selfhosted @lemmy.world Synapse podman/docker setup
Buildapc @lemmy.world Intel 14400 or 12600k for a server
Selfhosted @lemmy.world RAID array filesystem recommendations

Are you running rootless or rootfull containers?
At least with rootless containers (I have not used roortfull) I think its quite pointless to create separate users for the services, as you could use just the subuids (and/or SELinux) to get container separation, as you already seem to do .
I run my quadlets with uidmap and gidmaps, so I get explicit control of the mappings. It can be a tad tedious at times but I think it's worth the hassle.