6 lines
83 B
Docker
6 lines
83 B
Docker
FROM mysql:8.0.16
|
|
|
|
COPY my.cnf /etc/mysql/conf.d/my.cnf
|
|
CMD ["mysqld"]
|
|
|
|
EXPOSE 3306 |