I'm trying to use this in my service definition:
security_opt:
- seccomp:unconfined
I can error about this with podman-compose:
Error: invalid --security-opt 1: "seccomp:unconfined"
Is my syntax wrong or this an unimplemented feature of podman-compose?