#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
#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
@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.