Closed aldevar closed 4 years ago
Commented out these lines as we don't need the files anyway
- ./percona/etc/my.cnf.d:/etc/my.cnf.d:z
- ./percona/etc/percona-server.cnf:/etc/percona-server.cnf:z
Then this error appears on mysql container :
mysqld: Can't create/write to file '/var/lib/mysql/is_writable' (Errcode: 13 - Permission denied)
Solution :
chown -R 999:999 percona
And run container as 999:999 user. See PR
Running docker-compose up, the error is :
How to avoid this error?