Skip to content

Commit e0f668a

Browse files
Don't allow WP_CONFIG_PATH to be overridden
Co-authored-by: Aaron Jorbin <[email protected]>
1 parent 600ea2a commit e0f668a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +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}
109+
WP_CONFIG_PATH: /var/www/wp-config.php
110110

111111
volumes:
112112
- ./:/var/www

0 commit comments

Comments
 (0)