From 27b11cee38a56883d8fe999d9d57572f2afa0e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Sat, 14 Sep 2024 16:11:46 +0200 Subject: [PATCH 1/3] Update mounts.md --- guides/mounts.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guides/mounts.md b/guides/mounts.md index 96616b6fa..4f55d98a6 100644 --- a/guides/mounts.md +++ b/guides/mounts.md @@ -19,10 +19,6 @@ You have to restart Wings to apply new changes to your Wings config. You have to configure mounts in admin Panel in order to use them with your servers. They consist of a source pad on the node and a target path where it will be mounted in the container. -:::warning Path in the container -Mounts cannot be mounted to or inside of `/home/container` or any subdirectory of it, nor can you cross-mount servers such as Server A's directory into Server B. -::: - ### Creating a Mount 1. In the admin Panel go to **Mounts**. From 6f04ea8a0f59b21079d5df57b79c1f61fce4827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jurczyk?= Date: Sun, 15 Sep 2024 12:07:40 +0200 Subject: [PATCH 2/3] Update mounts.md --- guides/mounts.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/mounts.md b/guides/mounts.md index 4f55d98a6..6f745f341 100644 --- a/guides/mounts.md +++ b/guides/mounts.md @@ -19,6 +19,11 @@ You have to restart Wings to apply new changes to your Wings config. You have to configure mounts in admin Panel in order to use them with your servers. They consist of a source pad on the node and a target path where it will be mounted in the container. +:::info Path in the container +Mounts can be mounted to or inside of `/home/container` or any subdirectory of it. You can cross-mount servers such as Server A's directory into Server B. +Keep in mind that the folder you want to mount into needs to exist for the mount to work. +::: + ### Creating a Mount 1. In the admin Panel go to **Mounts**. From 4ffd235d662fec95d05fbce915bf0e87a330415f Mon Sep 17 00:00:00 2001 From: Rowan <37227235+rowansc1@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:51:30 +0100 Subject: [PATCH 3/3] Changed 'info' to 'tip' --- guides/mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/mounts.md b/guides/mounts.md index 6f745f341..b5725c665 100644 --- a/guides/mounts.md +++ b/guides/mounts.md @@ -19,7 +19,7 @@ You have to restart Wings to apply new changes to your Wings config. You have to configure mounts in admin Panel in order to use them with your servers. They consist of a source pad on the node and a target path where it will be mounted in the container. -:::info Path in the container +::: tip Path in the container Mounts can be mounted to or inside of `/home/container` or any subdirectory of it. You can cross-mount servers such as Server A's directory into Server B. Keep in mind that the folder you want to mount into needs to exist for the mount to work. :::