New php helper for dockerized cli scripts

This commit is contained in:
2023-03-27 08:32:21 +08:00
parent 283bac61eb
commit fec161f77b
10 changed files with 187 additions and 13 deletions

View File

@@ -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: