New php helper for dockerized cli scripts
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- test
|
||||
volumes:
|
||||
- ./php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
||||
- ./index.php:/var/www/index.php
|
||||
- ./app:/var/www
|
||||
|
||||
nginx:
|
||||
container_name: test-nginx
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
- test
|
||||
volumes:
|
||||
- ./nginx/vhost.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./index.php:/var/www/index.php
|
||||
- ./app:/var/www
|
||||
ports:
|
||||
- '8888:80'
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user