synchronization
This commit is contained in:
8
datax-web/datax-mysql/Dockerfile
Normal file
8
datax-web/datax-mysql/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM mysql:5.7
|
||||
|
||||
LABEL maintainer="Offends <offends4@163.com>"
|
||||
|
||||
COPY ./datax_web.sql /docker-entrypoint-initdb.d
|
||||
|
||||
ENV MYSQL_ROOT_PASSWORD=root
|
||||
ENV MYSQL_DATABASE=datax
|
Reference in New Issue
Block a user