Good
This commit is contained in:
10
php-fpm-srv/project/entrypoint/start-php-fpm.sh
Normal file
10
php-fpm-srv/project/entrypoint/start-php-fpm.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
apt-get update
|
||||
|
||||
echo "Installing PHP versions: $PHP_VERSIONS"
|
||||
|
||||
for version in $PHP_VERSIONS; do
|
||||
echo "Installing PHP $version ..."
|
||||
service "php$version-fpm" start
|
||||
done
|
Reference in New Issue
Block a user