Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ refactor(pterodactyl-wings): simplify mount paths
Simplify the mount paths for the Pterodactyl Wings container by removing the `$AppID` variable and using more generic paths. This makes the configuration more portable and easier to manage. The key changes are: - Simplify the mount paths for tmp, etc, logs, and lib directories - Remove the `$AppID` variable from the mount paths - Use more generic paths like `/etc/pterodactyl` and `/var/log/pterodactyl` This change makes the configuration more flexible and easier to maintain, as the paths no longer depend on a specific application ID.
- Loading branch information