Comment on How do I run docker compose on Bazzite?
Dave@lemmy.nz 1 year agoOh shit I think that’s it! I’ve added that Z flag to each bind mount declaration in compose.yaml, and it seems to be running properly now. Thanks!
Any idea what the implications are of this transferring to an ubuntu based distro?
giacomo@lemm.ee 1 year ago
im not sure about ubuntu based distros. without selinux, you may not need the extra option on the volume mound.
Dave@lemmy.nz 1 year ago
Ok thanks, I’ll have to be extra careful deploying any changes.