diff --git a/beta/php8.1/apache/wp-config-docker.php b/beta/php8.1/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/apache/wp-config-docker.php +++ b/beta/php8.1/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.1/fpm-alpine/wp-config-docker.php b/beta/php8.1/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/fpm-alpine/wp-config-docker.php +++ b/beta/php8.1/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.1/fpm/wp-config-docker.php b/beta/php8.1/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.1/fpm/wp-config-docker.php +++ b/beta/php8.1/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/apache/wp-config-docker.php b/beta/php8.2/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/apache/wp-config-docker.php +++ b/beta/php8.2/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/fpm-alpine/wp-config-docker.php b/beta/php8.2/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/fpm-alpine/wp-config-docker.php +++ b/beta/php8.2/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.2/fpm/wp-config-docker.php b/beta/php8.2/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.2/fpm/wp-config-docker.php +++ b/beta/php8.2/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/apache/wp-config-docker.php b/beta/php8.3/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/apache/wp-config-docker.php +++ b/beta/php8.3/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/fpm-alpine/wp-config-docker.php b/beta/php8.3/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/fpm-alpine/wp-config-docker.php +++ b/beta/php8.3/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/beta/php8.3/fpm/wp-config-docker.php b/beta/php8.3/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/beta/php8.3/fpm/wp-config-docker.php +++ b/beta/php8.3/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/apache/wp-config-docker.php b/latest/php8.1/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/apache/wp-config-docker.php +++ b/latest/php8.1/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/fpm-alpine/wp-config-docker.php b/latest/php8.1/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/fpm-alpine/wp-config-docker.php +++ b/latest/php8.1/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.1/fpm/wp-config-docker.php b/latest/php8.1/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.1/fpm/wp-config-docker.php +++ b/latest/php8.1/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/apache/wp-config-docker.php b/latest/php8.2/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/apache/wp-config-docker.php +++ b/latest/php8.2/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/fpm-alpine/wp-config-docker.php b/latest/php8.2/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/fpm-alpine/wp-config-docker.php +++ b/latest/php8.2/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.2/fpm/wp-config-docker.php b/latest/php8.2/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.2/fpm/wp-config-docker.php +++ b/latest/php8.2/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/apache/wp-config-docker.php b/latest/php8.3/apache/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/apache/wp-config-docker.php +++ b/latest/php8.3/apache/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/fpm-alpine/wp-config-docker.php b/latest/php8.3/fpm-alpine/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/fpm-alpine/wp-config-docker.php +++ b/latest/php8.3/fpm-alpine/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/latest/php8.3/fpm/wp-config-docker.php b/latest/php8.3/fpm/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/latest/php8.3/fpm/wp-config-docker.php +++ b/latest/php8.3/fpm/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_'); diff --git a/wp-config-docker.php b/wp-config-docker.php index 7da50ee52a..af9ff1c800 100644 --- a/wp-config-docker.php +++ b/wp-config-docker.php @@ -92,6 +92,12 @@ function getenv_docker($env, $default) { * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! + * + * At the installation time, DB tables names with $table_prefix are created. + * Changing this value after WordPress is installed will make your site think + * it has not been installed. + * + * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = getenv_docker('WORDPRESS_TABLE_PREFIX', 'wp_');