documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Incorrect Suggestion in Mounts Documentation

Open stuartmacfarlane opened this issue 8 months ago • 1 comments

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.

stuartmacfarlane avatar May 03 '25 17:05 stuartmacfarlane

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

Loki-101 avatar May 03 '25 18:05 Loki-101