Skip to content

Commit

Permalink
build: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed May 30, 2024
1 parent 2d13c82 commit 7b4fefb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 8.0/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ if [ "${APP_ENV:-production}" != "production" ]; then
echo 'user_ini.filename = ".user-'"${APP_ENV:-production}"'.ini"'
echo 'user_ini.cache_ttl = 0'
} >>/opt/bitnami/php/etc/php.ini
else
sed -i \
-e 's/^expose_php = On/expose_php = Off/' \
/opt/bitnami/php/etc/php.ini
fi

#https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
Expand Down Expand Up @@ -191,6 +195,7 @@ if [ -n "${PHP_WP_CLI_ENABLED:-}" ]; then
fi

#### sendmail, msmtp
#https://wiki.archlinux.org/title/Msmtp
#https://github.com/ilyasotkov/docker-php-msmtp
#https://github.com/crazy-max/docker-msmtpd
#https://github.com/neiltheblue/ssmtp-wordpress
Expand Down
5 changes: 5 additions & 0 deletions 8.1/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ if [ "${APP_ENV:-production}" != "production" ]; then
echo 'user_ini.filename = ".user-'"${APP_ENV:-production}"'.ini"'
echo 'user_ini.cache_ttl = 0'
} >>/opt/bitnami/php/etc/php.ini
else
sed -i \
-e 's/^expose_php = On/expose_php = Off/' \
/opt/bitnami/php/etc/php.ini
fi

#https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
Expand Down Expand Up @@ -191,6 +195,7 @@ if [ -n "${PHP_WP_CLI_ENABLED:-}" ]; then
fi

#### sendmail, msmtp
#https://wiki.archlinux.org/title/Msmtp
#https://github.com/ilyasotkov/docker-php-msmtp
#https://github.com/crazy-max/docker-msmtpd
#https://github.com/neiltheblue/ssmtp-wordpress
Expand Down
5 changes: 5 additions & 0 deletions 8.2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ if [ "${APP_ENV:-production}" != "production" ]; then
echo 'user_ini.filename = ".user-'"${APP_ENV:-production}"'.ini"'
echo 'user_ini.cache_ttl = 0'
} >>/opt/bitnami/php/etc/php.ini
else
sed -i \
-e 's/^expose_php = On/expose_php = Off/' \
/opt/bitnami/php/etc/php.ini
fi

#https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
Expand Down Expand Up @@ -191,6 +195,7 @@ if [ -n "${PHP_WP_CLI_ENABLED:-}" ]; then
fi

#### sendmail, msmtp
#https://wiki.archlinux.org/title/Msmtp
#https://github.com/ilyasotkov/docker-php-msmtp
#https://github.com/crazy-max/docker-msmtpd
#https://github.com/neiltheblue/ssmtp-wordpress
Expand Down
5 changes: 5 additions & 0 deletions 8.3/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ if [ "${APP_ENV:-production}" != "production" ]; then
echo 'user_ini.filename = ".user-'"${APP_ENV:-production}"'.ini"'
echo 'user_ini.cache_ttl = 0'
} >>/opt/bitnami/php/etc/php.ini
else
sed -i \
-e 's/^expose_php = On/expose_php = Off/' \
/opt/bitnami/php/etc/php.ini
fi

#https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
Expand Down Expand Up @@ -191,6 +195,7 @@ if [ -n "${PHP_WP_CLI_ENABLED:-}" ]; then
fi

#### sendmail, msmtp
#https://wiki.archlinux.org/title/Msmtp
#https://github.com/ilyasotkov/docker-php-msmtp
#https://github.com/crazy-max/docker-msmtpd
#https://github.com/neiltheblue/ssmtp-wordpress
Expand Down

0 comments on commit 7b4fefb

Please sign in to comment.