Skip to content

Commit aedb999

Browse files
author
Dmytro Lukianenko
committed
create docker image dmi3yy/evolution-cms
1 parent 557e9cb commit aedb999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [ "$EVO_AUTO_INSTALL" = "true" ] && [ ! -f "/var/www/html/config.php" ]; then
5858
# Map database type
5959
case "$DB_CONNECTION" in
6060
"pgsql"|"postgresql")
61-
DB_TYPE="postgresql"
61+
DB_TYPE="pgsql"
6262
;;
6363
"mysql"|"mariadb")
6464
DB_TYPE="mysql"

0 commit comments

Comments
 (0)