Skip to content

Commit b20b88b

Browse files
committed
Easy to use wordpress mysql phpmyadmin docker compose
initial commit
0 parents  commit b20b88b

File tree

5 files changed

+755
-0
lines changed

5 files changed

+755
-0
lines changed

.env

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

0 commit comments

Comments
 (0)