Created basic profile files

This commit is contained in:
2020-08-04 13:34:32 +02:00
parent 9ace78b2e9
commit d6c33313ef
3 changed files with 46 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
$CONTAINER_NAME=TheNameOfYourContainer
MYSQL_ROOT_PASSWORD=YourMySQLRootPasswordHere
MYSQL_USER=wpuser
MYSQL_PASSWORD=The_wpuser_password_here
MYSQL_WP_DATABASE=wordpressdb
EX_PORT=8000