Fix mounts grammar

This commit is contained in:
Dominika Jadowska 2020-12-12 10:06:50 +01:00
parent 02b1826826
commit 4f5c334ddd
No known key found for this signature in database
GPG Key ID: 9EF323937649A25E

View File

@ -4,7 +4,7 @@ A mount in pterodactyl follows similar principles to a docker mount. Pterodactyl
## Wings Configuration ## Wings Configuration
In order to use a mount you need to permit wings to use the selected mount path, this is done by editing mounts in `/etc/pterodactyl/config.yml` To use a mount you need to permit wings to use the selected mount path, this is done by editing mounts in `/etc/pterodactyl/config.yml`
```yml ```yml
allowed_mounts: allowed_mounts:
@ -20,15 +20,15 @@ In the pterodactyl panel you need to create and assign a mount.
### Creating a mount ### Creating a mount
:::tip Mount Paths :::tip Mount Paths
Mounts can not use any path or subpath of `/home/container` due to docker limitations Mounts can not use any path of `/home/container` and its subdirectories due to docker limitations
::: :::
1. In the admin panel go to **Mounts** 1. In the admin panel go to **Mounts**
2. Use the create mount option 2. Use the create mount option
3. Fill in the details as required 3. Fill in the details as required
- **Name**: Name for your mount - **Name**: Name for your mount
- **Description**:Description for your mount - **Description**: Description for your mount
- **Source**:File path on your system to where mount files should be stored - **Source**: File path on your system to where mount files should be stored
- **Target**: File path where the mount will be placed inside of your server, Can NOT be `/home/container` - **Target**: File path where the mount will be placed inside of your server, Can NOT be `/home/container`
- **Read Only**: Whether to allow servers to write to the directory - **Read Only**: Whether to allow servers to write to the directory
- **User Mountable**: Whether to allow users to self mount this mount - **User Mountable**: Whether to allow users to self mount this mount