How to dissable seccomp

I am running dockerd on a RHEL 8 machine and have been running into issues running some commands in a container. After much searching I have found that it is because the system calls are being rejected because of seccomp. One of the references that queued to this was: https://bugzilla.redhat.com/show_bug.cgi?id=1990469. While I can start a container with the suggested security option flag that disables the seccomp for that container (which solved my issue), my containers are being spawned though the docker API and not the cli.

I would like to know if there is a way to disable seccomp globally for this docker server? I have seen that you can make custom seccomp profiles in the documentation, but I would like to know if there is a way to do this in a simpler way rather than whitelisting all possible system calls.

I am running:
Docker version 20.10.9, build c2ea9bc
Linux 4.18.0-372.26.1.el8_6.x86_64
RHEL 8.6