1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 15:47:08 +02:00

Update README.md

This commit is contained in:
Simon 2021-05-04 18:46:11 +02:00 committed by GitHub
parent 6c8d6589f2
commit 40b0a8e8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,13 @@ The directory structure will look like this: <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:
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`)