Update README.md

This commit is contained in:
Simon
2021-05-04 18:46:11 +02:00
committed by GitHub
parent 6c8d6589f2
commit 40b0a8e8ed

View File

@@ -117,6 +117,13 @@ The directory structure will look like this: <details>
``` ```
</details> </details>
First of all add the directory of the mount to the config.yml (in `/etc/pterodactyl`) of your node.
```
allowed_mounts:
- /home/pterodactyl/serverfiles
```
After you've done this, restart wings with `systemctl restart wings`.
Now you simply create a mount in the Pterodactyl Panel with the following settings: Now you simply create a mount in the Pterodactyl Panel with the following settings:
1. Set the source to `/home/pterodactyl/serverfiles/cod4x` 1. Set the source to `/home/pterodactyl/serverfiles/cod4x`
2. Set the target to any directory you want (but not something in `/home/container`, I suggest something like `/mnt/gamefiles/cod4`) 2. Set the target to any directory you want (but not something in `/home/container`, I suggest something like `/mnt/gamefiles/cod4`)