Skip to content

Commit a27f958

Browse files
authored
Update outdated line
/home/container support for mounts has been available for a while now, and the section above this explicitly mentions it. This line must have been missed.
1 parent ff449b9 commit a27f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Keep in mind that the folder you want to mount into needs to exist for the mount
3232
- **Name**: Name for your mount.
3333
- **Description**: Description for your mount.
3434
- **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.
3636
- **Read Only**: Whether the mount will be read-only for the servers using it.
3737
- **User Mountable**: Whether to allow users to self mount this mount.
3838
4. After creating the mount, you are required to add both **Eggs** and **Nodes** that this mount may be used on.

0 commit comments

Comments
 (0)