diff --git a/options.xhtml b/options.xhtml index 64ec54d41..f0e9e08e3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -123335,7 +123335,6 @@ attribute set of (submodule)

timezone = "UTC"; volumes = [ "/Users:/Users" - "/private:/private" ]; watchdogInterval = 30; }; @@ -123607,19 +123606,20 @@ null or string

-

Volumes to mount in the machine, specified as source:target pairs. -If empty, podman will use its default volume mounts.

+

Volumes to mount in the machine, specified as source:target pairs.

Type: list of string

-

Default:

[ ]
+

Default:

[
+  "/Users:/Users"
+  "/private:/private"
+  "/var/folders:/var/folders"
+]
 

Example:

[
   "/Users:/Users"
-  "/private:/private"
-  "/var/folders:/var/folders"
 ]