Menu Path
Settings -> Repository -> Repositories -> Create repository
Inputs
Name: * (docker-proxy)
Remote storage: Location of the remote repository (https://repo.packagist.org)
Maximum metadata age (in minute): 1 week (7*24*60=10080)
Blob store: Make blob and select that befor create this.{
"http-basic": {
"localhost": {
"username": "php",
"password": "php"
}
}
}"repositories": [
{
"type": "composer",
"url": "http://localhost:8081/repository/composer-proxy/"
}
]"config": {
"secure-http": false,
},


