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.
2 parents 8930197 + e61f594 commit 10f3ae4Copy full SHA for 10f3ae4
1 file changed
frankenphp/Dockerfile
@@ -27,6 +27,8 @@ RUN <<EOF
27
apt-get upgrade -y
28
install-php-extensions bcmath gd intl mysqli pdo_mysql pcntl sockets bz2 gmp soap zip ffi opcache redis apcu amqp zstd
29
mkdir -p /var/www/html
30
+ usermod -u 82 www-data
31
+ groupmod -g 82 www-data
32
chown -R www-data:www-data /data/caddy && chown -R www-data:www-data /config/caddy
33
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
34
EOF
0 commit comments