Fix typo in mounts.md

This commit is contained in:
Kooldude183 2021-01-23 19:41:13 -08:00 committed by GitHub
parent e889a9eb3c
commit 4a0d260bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Mounts can be used to make directories on a node available to servers running on
## Wings Configuration
For security reasons it is not possible to mount direcotries on a node by default. Directories that should be mountable have to be specified explicitly in the Wings configuration.
For security reasons it is not possible to mount directories on a node by default. Directories that should be mountable have to be specified explicitly in the Wings configuration.
In the Wings configuration file (`/etc/pterodactyl/config.yml`) the `allowed_mounts` field is used to list mountable directories. The listed directories and all their subdirectories can be mounted.