documentation
documentation copied to clipboard
Incorrect Suggestion in Mounts Documentation
https://github.com/pterodactyl/documentation/blob/master/guides/mounts.md
Target: The absolute path where the mount will be placed inside of your server, can not include /home/container in the path.
This line in the documentation is incorrect. You HAVE to include /home/container in the target path as it does not work without it.
You can put the mount anywhere in the server, whether in /home/container or elsewhere. That line has already been addressed in https://github.com/pterodactyl/documentation/pull/659