#selfhosting a #Ghost blog. Was going well using Docker Compose...
Until suddenly the main container cannot access the database one.

Anyone seen this error?

chown: changing ownership of ‘/var/lib/mysql/mysql.sock’: Operation not permitted

@patrickleavy do you know if mysql data files are stored in a volume or mounted from the host ? It seems to be a permission problem...

@yax it does seem to be a permissions thing. But it has come out of nowhere - it was working fine and then 💥

A volume is specified for the database in the compose file.

@patrickleavy is the specified volume a mounted nfs share?
@dvk no it's located on the main SSD of the machine. I don't think that's NTFS...