You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MySQL world-writable config warning
mysqld: [Warning] World-writable config file '/etc/mysql/conf.d/trillian.cnf' is ignored.
Use additional command in RUN ... instead of COPY --chmod=644 ... to being compatible
with old Docker Engines.
I see a warning message during startup of MySQL (db_server):
mysqld: [Warning] World-writable config file '/etc/mysql/conf.d/trillian.cnf' is ignored.
The expected permission shall be
644
based on the default directory content:The text was updated successfully, but these errors were encountered: