Adds default volume label note for SELinux (#396)

This should only happen in very rare occasions, and proper way to address this in the future is by creating labels for default wings volumes
This commit is contained in:
Chance Callahan 2021-10-27 03:24:02 -04:00 committed by GitHub
parent 43c91ab294
commit 92f68cf9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,3 +38,7 @@ firewall-cmd --reload
## Installing Wings
Great, now all of the dependencies and firewall rules have been dealt with. From here follow the [official Wings installation documentation](/wings/1.0/installing.html#enabling-swap).
::: tip
If you have SELinux enforcement enabled and you are getting AVC denials from your containers, try relocating your Wings data directory from `/var/lib/pterodactyl` to `/var/srv/containers/pterodactyl`. That is where the targeted policy expects Docker to read and write data from.
:::