salix/services/db/Dockerfile

7 lines
82 B
Docker

FROM mysql:5.6.37
ENV MYSQL_ALLOW_EMPTY_PASSWORD yes
CMD ["mysqld"]
EXPOSE 3306