While mounting the volume, Docker will relabel the volume to allow access.
The z option tells Docker that the volume content will be shared between containers. Docker will label the content with a shared content label. The shared volume label allows all containers to read/write content. The Z option tells Docker to label the content with a private unshared label. Private volumes can only be used by the current container.