Skip to content

Commit 6032c68

Browse files
committed
upgraded php-fpm version
1 parent 50c5657 commit 6032c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ DIRECTORY_PATH=directory_path
77

88
LETSENCRYPT_EMAIL=email@domain.com
99
LETSENCRYPT_CONF_PREFIX=/etc/letsencrypt
10+
SSL_SNIPPET=ssl_snippet
1011

11-
PHP_IMAGE_NAME=php:7.4-fpm
12+
PHP_IMAGE_NAME=php:8.3-fpm
1213
PHP_INI_DIR_PREFIX=/usr/local/etc
1314

1415
DB_USER=db_username
@@ -22,7 +23,6 @@ DATABASE_IMAGE_NAME=which_db
2223
DATABASE_CONT_NAME=which_db
2324
DATABASE_VERSION=latest
2425
DATABASE_PACKAGE_MANAGER=db_package_manager
25-
DATABASE_AUTHENTICATION_PLUGIN=db_authentication_plugin
2626
DATABASE_ADMIN_COMMANDLINE=db_admin_commandline
2727

2828
PMA_CONTROLUSER=pma_username

0 commit comments

Comments
 (0)