Multiple paths in a convoy volume?

This may be a stupid question, but wanted to see if the following was possible. Can you specify multiple paths to exist on a single volume based on what the container advertises as mount points? I suspect not. If I’m right, I guess I would need to create separate convoy volumes for each mountpoint that the container exposes.

E.g.

volumes:

  • gitlab:/etc/gitlab
  • gitlab:/var/log/gitlab
  • gitlab:/var/opt/gitlab

Anyone? Some pointers here would be appreciated.

Thanks!

I have also come to the conclusion that you need a separate volume for each path. So in your case you would need separate volumes.

I would like to be proved wrong though :wink: I would be great to have on convoy volume for a set docker container volumes.