Added basic_redis files

This commit is contained in:
2020-11-12 15:57:12 +01:00
parent 49665f1e70
commit 366b8e8836
3 changed files with 65 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