6 lines
138 B
Docker

FROM mysql:5.7.30
ENV MYSQL_DATABASE=min_wiki \
MYSQL_USER=wikiuser \
MYSQL_PASSWORD=s3cr3t \
MYSQL_ROOT_PASSWORD=supers3cr3t