+ settings php7.4-fpm container.

This commit is contained in:
2020-10-23 11:20:27 +03:00
parent 3279b86b59
commit 4687eb8daa
7 changed files with 262 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
cd $HOME/structure
./dockerfiles/php-fpm/xdebug.sh stop && cd
./dockerfiles/php$1-fpm/xdebug.sh stop && cd

View File

@ -1,3 +1,3 @@
#!/bin/bash
cd $HOME/structure
./dockerfiles/php-fpm/xdebug.sh start && cd
./dockerfiles/php$1-fpm/xdebug.sh start && cd