Skip to content

Commit 3d0d95b

Browse files
committed
Added docker identifier
1 parent 1077805 commit 3d0d95b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ sed -i "s/memory_limit = .*/memory_limit = ${PHP_MEMORY_LIMIT}/" /etc/php8/php.i
4444
sed -i "s/upload_max_filesize = .*/upload_max_filesize = ${UPLOAD_MAX_FILESIZE}/" /etc/php8/php.ini
4545
sed -i "s#^;date.timezone =\$#date.timezone = \"${TZ}\"#" /etc/php8/php.ini
4646

47+
echo "is_llc_docker = true" >> /etc/php8/php.ini
48+
4749
echo 'Running Apache'
4850

4951
httpd -D FOREGROUND

0 commit comments

Comments
 (0)