Merge pull request #316 from Kooldude183/patch-1

Fix typo in mounts.md
This commit is contained in:
Jakob 2021-01-25 13:02:45 +01:00 committed by GitHub
commit 4c8c37fa99
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.