You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/mounts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Keep in mind that the folder you want to mount into needs to exist for the mount
32
32
- **Name**: Name for your mount.
33
33
- **Description**: Description for your mount.
34
34
- **Source**: The absolute path to the folder or files on the Node machine.
35
-
- **Target**: The absolute path where the mount will be placed inside of your server, can **not** include `/home/container` in the path.
35
+
- **Target**: The absolute path where the mount will be placed inside of your server. If `/home/container` is in the path, make sure the folder exists beforehand.
36
36
- **Read Only**: Whether the mount will be read-only for the servers using it.
37
37
- **User Mountable**: Whether to allow users to self mount this mount.
38
38
4. After creating the mount, you are required to add both **Eggs** and **Nodes** that this mount may be used on.
0 commit comments