LotGDocker/lotgd-db/Dockerfile

8 lines
81 B
Docker
Executable File

FROM mysql:5.6
MAINTAINER Chris P
ENV MYSQL_ROOT_PASSWORD "lotgd"
EXPOSE 3306