File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ if [ ! -z "${PMA_USER_CONFIG_BASE64}" ]; then
2828 echo " ${PMA_USER_CONFIG_BASE64} " | base64 -d > /etc/phpmyadmin/config.user.inc.php
2929fi
3030
31+ # start: Apache specific settings
3132if [ -n " ${APACHE_PORT+x} " ]; then
3233 echo " Setting apache port to ${APACHE_PORT} ."
3334 sed -i " s/VirtualHost \*:80/VirtualHost \*:${APACHE_PORT} /" /etc/apache2/sites-enabled/000-default.conf
3435 sed -i " s/Listen 80/Listen ${APACHE_PORT} /" /etc/apache2/ports.conf
3536 apachectl configtest
3637fi
38+ # end: Apache specific settings
3739
3840get_docker_secret () {
3941 local env_var=" ${1} "
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ if [ ! -z "${PMA_USER_CONFIG_BASE64}" ]; then
2828 echo " ${PMA_USER_CONFIG_BASE64} " | base64 -d > /etc/phpmyadmin/config.user.inc.php
2929fi
3030
31+
3132get_docker_secret () {
3233 local env_var=" ${1} "
3334 local env_var_file=" ${env_var} _FILE"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ if [ ! -z "${PMA_USER_CONFIG_BASE64}" ]; then
2828 echo " ${PMA_USER_CONFIG_BASE64} " | base64 -d > /etc/phpmyadmin/config.user.inc.php
2929fi
3030
31+
3132get_docker_secret () {
3233 local env_var=" ${1} "
3334 local env_var_file=" ${env_var} _FILE"
You can’t perform that action at this time.
0 commit comments