Skip to content

Commit 5021bbb

Browse files
authored
.env cleanup
lean, easy to manage
1 parent ce2e18f commit 5021bbb

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.env

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
WORDPRESS_IMAGE=wordpress
2-
31
MYSQL_DATABASE_NAME=wordpress
42
MYSQL_USER=wordpress
5-
MYSQL_PASSWORD=Password1@34
6-
MYSQL_ROOT_PASSWORD=Password1@34
7-
8-
SITE_PORT=80
3+
MYSQL_PASSWORD=wordpress
4+
MYSQL_ROOT_PASSWORD=password
5+
SITE_PORT=8000:80
96
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
7+
PHP_MY_ADMIN_PORT=8080:80

0 commit comments

Comments
 (0)