Fixed a couple of bugs
This commit is contained in:
@@ -8,3 +8,13 @@ services:
|
||||
volumes:
|
||||
- ./nginx-srv/sites-available:/etc/nginx/sites-available
|
||||
- ./nginx-srv/www:/var/www
|
||||
- ./multi-php-fpm/run/php:/run/php
|
||||
|
||||
multi-php-fpm:
|
||||
image: eroncero/multi-php-fpm
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PHP_VERSIONS=7.2 7.1
|
||||
volumes:
|
||||
- ./multi-php-fpm/etc/php:/etc/php
|
||||
- ./multi-php-fpm/run/php:/run/php
|
||||
|
Reference in New Issue
Block a user