Skip to content

Commit 65f98d7

Browse files
agcomnickygerritsen
authored andcommitted
Fixup PHP version to 8.?
Fix PHP version in the PHP timezone configuration script, used to access PHP's configuration directory.
1 parent 138ab77 commit 65f98d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/domserver/scripts/start.d/10-timezone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dpkg-reconfigure -f noninteractive tzdata
66
echo "[ok] Container timezone set to: ${CONTAINER_TIMEZONE}"; echo
77

88
# Configure php
9-
php_folder=$(echo "/etc/php/7."?"/")
9+
php_folder=$(echo "/etc/php/8."?"/")
1010

1111
cat > "$php_folder/fpm/conf.d/99-timezone.ini" <<- EOF
1212
[Date]

0 commit comments

Comments
 (0)