Initial commit
This commit is contained in:
7
kapitel10/10_3_8/Dockerfile
Normal file
7
kapitel10/10_3_8/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM mysql:5.7.30
|
||||
ENV MYSQL_DATABASE=min_wiki \
|
||||
MYSQL_USER=wikiuser \
|
||||
MYSQL_PASSWORD=s3cr3t \
|
||||
MYSQL_ROOT_PASSWORD=supers3cr3t
|
||||
LABEL version="1.0"
|
||||
LABEL author="Kalle"
|
Reference in New Issue
Block a user