We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138ab77 commit 65f98d7Copy full SHA for 65f98d7
docker/domserver/scripts/start.d/10-timezone.sh
@@ -6,7 +6,7 @@ dpkg-reconfigure -f noninteractive tzdata
6
echo "[ok] Container timezone set to: ${CONTAINER_TIMEZONE}"; echo
7
8
# Configure php
9
-php_folder=$(echo "/etc/php/7."?"/")
+php_folder=$(echo "/etc/php/8."?"/")
10
11
cat > "$php_folder/fpm/conf.d/99-timezone.ini" <<- EOF
12
[Date]
0 commit comments