Added myadmin flavour

This commit is contained in:
2020-08-05 08:19:28 +02:00
parent 0c2865c620
commit e61f7c3e9b
7 changed files with 92 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
CONTAINER_NAME=TheNameOfYourContainer
MYSQL_ROOT_PASSWORD=YourMySQLRootPasswordHere
MYSQL_USER=wpuser
MYSQL_PASSWORD=The_wpuser_password_here
MYSQL_WP_DATABASE=wordpressdb
EX_PORT=8000
MY_PORT=8100