Files
Dokploy-ts-sdk/docs/models/operations/mountscreaterequest.md
2025-09-26 02:33:10 +00:00

3.8 KiB
Raw Blame History

MountsCreateRequest

Example Usage

import { MountsCreateRequest } from "dokploy/models/operations";

let value: MountsCreateRequest = {
  type: "volume",
  mountPath: "<value>",
  serviceId: "<id>",
};

Fields

Field Type Required Description
type operations.MountsCreateType ✔️ N/A
hostPath string N/A
volumeName string N/A
content string N/A
mountPath string ✔️ N/A
serviceType operations.MountsCreateServiceType N/A
filePath string N/A
serviceId string ✔️ N/A