@pancakes im trying to set the media directory via docker compose and it keeps saying its unwritable when i can literally touch to it
@max it needs to be owned by the UID:GID (chown -R 1654:1654) of the container
@pancakes whenever i do this it says operation not permitted
@max are you using doas for the chown?
@max odd
maybe ask in the zulip because I'm not sure what else it could be