Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Adds php7.2-dom for phpunit and sets php7.2-fpm to autostart via supe…
Browse files Browse the repository at this point in the history
…rvisor
  • Loading branch information
Alan Arguelles committed Mar 19, 2019
1 parent c00d60b commit 5a78743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ php7.2-mysql php7.2-pgsql php7.2-sqlite3 php7.2-soap \
php7.2-json php7.2-curl php7.2-gd \
php7.2-gmp php7.2-imap php-xdebug \
php7.2-mbstring php7.2-zip \
php-pear php-apcu php-memcached php-redis
php-pear php-apcu php-memcached php-redis \
php7.2-dom

# Nginx & PHP-FPM
apt-get install -y nginx php7.2-fpm
Expand Down
2 changes: 1 addition & 1 deletion supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ autostart=true
autorestart=true

[program:php-fpm7.1]
command=/usr/sbin/php-fpm7.1
command=/usr/sbin/php-fpm7.2
autostart=true
autorestart=true

Expand Down

0 comments on commit 5a78743

Please sign in to comment.