We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit b20b88bCopy full SHA for b20b88b
.env
@@ -0,0 +1,16 @@
1
+WORDPRESS_IMAGE=wordpress
2
+
3
+MYSQL_DATABASE_NAME=wordpress
4
+MYSQL_USER=wordpress
5
+MYSQL_PASSWORD=Password1@34
6
+MYSQL_ROOT_PASSWORD=Password1@34
7
8
+SITE_PORT=80
9
+MYSQL_PORT=3306
10
+PHP_MY_ADMIN_PORT=8088
11
12
+HOSTNAME=localhost
13
+SITE_URL=http://localhost
14
15
+DOCKER_VOLUME_APP=wp-app
16
+DOCKER_VOLUME_DB=wp-db
.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
0 commit comments