Merge pull request #1968 from Ishodnikov/patch-1
Set my.cnf permissions
This commit is contained in:
commit
b34b052c64
|
@ -12,6 +12,8 @@ ENV TZ ${TZ}
|
|||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && chown -R mysql:root /var/lib/mysql/
|
||||
COPY my.cnf /etc/mysql/conf.d/my.cnf
|
||||
|
||||
RUN chmod -R 644 /etc/mysql/conf.d/my.cnf
|
||||
|
||||
CMD ["mysqld"]
|
||||
|
||||
EXPOSE 3306
|
||||
|
|
Loading…
Reference in New Issue