Interface VolumeItemConfig


public interface VolumeItemConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    It must be a value between 0000 and 0777.
    The path where the file will be mounted.
  • Method Details

    • path

      String path()
      The path where the file will be mounted.
    • mode

      @WithDefault("-1") int mode()
      It must be a value between 0000 and 0777. If not specified, the volume defaultMode will be used.