mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-06 09:14:03 +08:00
5 lines
132 B
Docker
5 lines
132 B
Docker
FROM registry.cn-hangzhou.aliyuncs.com/hzbs/mysql:8.1
|
|
|
|
COPY my.cnf /etc/mysql/conf.d/my.cnf
|
|
|
|
RUN chmod 0444 /etc/mysql/conf.d/my.cnf |