From a2110354f7cee31b56b933789670b20d7ad639ca Mon Sep 17 00:00:00 2001 From: hhf Date: Sun, 8 Dec 2024 08:32:16 +0530 Subject: [PATCH] Add proxmox-bindmounts.conf --- proxmox-bindmounts.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 proxmox-bindmounts.conf diff --git a/proxmox-bindmounts.conf b/proxmox-bindmounts.conf new file mode 100644 index 0000000..8896ffe --- /dev/null +++ b/proxmox-bindmounts.conf @@ -0,0 +1,4 @@ +MNT_SOURCE="/path/to/source" +MNT_TARGET="/path/to/target" +CT_BASE="/path/to/container/base" +CT_IDS=(101 102 103) \ No newline at end of file