synchronization
This commit is contained in:
13
Rainbond-Store-Mysql/Dockerfile
Normal file
13
Rainbond-Store-Mysql/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM mysql:5.7
|
||||
|
||||
LABEL maintainer="Offends <offends4@163.com>"
|
||||
|
||||
ENV MYSQL_USER=region
|
||||
ENV MYSQL_USERNAME=region
|
||||
ENV MYSQL_PASSWORD=region
|
||||
ENV MYSQL_ROOT_PASSWORD=root
|
||||
ENV MYSQL_PASSWORD=root
|
||||
|
||||
COPY ./sql/* /docker-entrypoint-initdb.d/
|
||||
|
||||
COPY ./my.cnf /etc/my.cnf
|
Reference in New Issue
Block a user