File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ RUN wp core download
99
99
RUN curl -L \
100
100
https://raw.githubusercontent.com/docker-library/wordpress/master/latest/php8.2/apache/wp-config-docker.php \
101
101
-o /var/www/index/wp-config.php
102
+
102
103
# 2) Use awk to replace all instances of "put your unique phrase here" with a
103
104
# properly unique string (for AUTH_KEY and friends to have safe defaults if
104
105
# they aren't specified with environment variables)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
WORDPRESS_DB_HOST : index-db:3306
32
32
WORDPRESS_DB_PASSWORD : root
33
33
WORDPRESS_DB_USER : root
34
- WORDPRESS_DB_name : wordpress
34
+ WORDPRESS_DB_NAME : wordpress
35
35
WORDPRESS_USER : root
36
36
init : true
37
37
ports :
@@ -65,6 +65,7 @@ services:
65
65
- ./config/composer/composer.lock:/var/www/index/composer.lock
66
66
67
67
68
+
68
69
index-db :
69
70
container_name : index-db
70
71
environment :
You can’t perform that action at this time.
0 commit comments