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