Skip to content

Commit 85a8dd5

Browse files
committed
Set WP_CONFIG_PATH environment variable in cli container
1 parent 0664314 commit 85a8dd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ services:
106106
PHP_FPM_UID: ${PHP_FPM_UID-1000}
107107
PHP_FPM_GID: ${PHP_FPM_GID-1000}
108108
HOST_PATH: ${PWD-}/${LOCAL_DIR-src}
109+
WP_CONFIG_PATH: ${WP_CONFIG_PATH-/var/www/wp-config.php}
109110

110111
volumes:
111112
- ./:/var/www

0 commit comments

Comments
 (0)