Multi PHP working
This commit is contained in:
17
docker-compose-dev.yaml
Normal file
17
docker-compose-dev.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
nginx-srv:
|
||||
image: eroncero/nginx-srv
|
||||
ports:
|
||||
- "127.0.0.1:8888:80"
|
||||
- "[::1]:8843:443"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./nginx-srv/sites-available:/etc/nginx/sites-available
|
||||
- ./nginx-srv/www:/var/www
|
||||
|
||||
multi-php-fpm:
|
||||
image: eroncero/multi-php-fpm
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./multi-php-fpm/etc/php:/etc/php
|
||||
- ./multi-php-fpm/etc/php:/run/php
|
Reference in New Issue
Block a user