I can't find the option in the docker-compose.yaml to pass the parameters the following 'docker' parameters:
--ulimit rtprio=95 --ulimit memlock=-1
In other words, I wish to wrap the following command with docker-compose:
docker run --rm -it --network host --ulimit rtprio=95 --ulimit memlock=-1 --name my_proj image/my_image bash