* move hooks to bash
* add yml allow dir in storage/app + slow log options for mariadb * nvm fix in workspace build instructions
This commit is contained in:
3
bash/enter-to-workspace.sh
Executable file
3
bash/enter-to-workspace.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
docker-compose exec workspace su laradock
|
3
bash/mysql.sh
Executable file
3
bash/mysql.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
docker-compose exec db mysql -u root -p123456
|
3
bash/quit-xdebug.sh
Executable file
3
bash/quit-xdebug.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
./dockerfiles/php-fpm/xdebug.sh stop && cd
|
3
bash/restart-nginx.sh
Executable file
3
bash/restart-nginx.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
docker-compose exec web nginx -s reload
|
3
bash/start-xdebug.sh
Executable file
3
bash/start-xdebug.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/structure
|
||||
./dockerfiles/php-fpm/xdebug.sh start && cd
|
Reference in New Issue
Block a user