* renaming xdebug scripts for non-conflicts name with user defined scripts in home directory starts with s and q
+ tail db general log bash helper * correct path to xdebug2 config for previous php 74 version - remove unnecessary laradock example crontab because this script moved crontab-example dir * improve (un)create symlinks script logic * use only newly composer auth path
This commit is contained in:
@ -53,7 +53,7 @@ services:
|
||||
secrets:
|
||||
- user_ssh_key
|
||||
- user_known_hosts
|
||||
- composer_auth2
|
||||
- composer_auth
|
||||
inbucket:
|
||||
image: inbucket/inbucket
|
||||
restart: always
|
||||
@ -92,7 +92,5 @@ secrets:
|
||||
file: ~/.ssh/id_rsa
|
||||
user_known_hosts:
|
||||
file: ~/.ssh/known_hosts
|
||||
composer1_auth:
|
||||
file: ~/.composer/auth.json
|
||||
composer2_auth:
|
||||
composer_auth:
|
||||
file: ~/.config/composer/auth.json
|
||||
|
Reference in New Issue
Block a user