How to mount multiple volumes in distrobox?

in the documentation it only shows how to do it with one volume
distrobox create --image fedora:35 --name test --volume /opt/my-dir:/usr/local/my-dir:rw --additional-flags "--pids-limit -1"
distrobox create --image fedora:35 --name test --volume /opt/my-dir:/usr/local/my-dir:rw --additional-flags "--pids-limit -1"
but how do I do two or more?
1 Reply
1/4 Life
1/4 Life7mo ago
Just do another --volume iirc