Corrected the pull address.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Services\Site;
|
||||
use App\Dto\Builder\Repository as RepositoryBuilder;
|
||||
use App\Dto\QuerySettingsDto;
|
||||
use App\Dto\Service\Site\Repository\StoreUpdate;
|
||||
use App\Helpers\Helpers;
|
||||
use App\Models\Repository;
|
||||
use App\Models\User;
|
||||
use App\Repositories\RepositoryRepository;
|
||||
@@ -65,7 +66,7 @@ final class RepositoryService extends Service
|
||||
return $this->result([
|
||||
'repository' => $repository,
|
||||
'pageUser' => $pageUser,
|
||||
'serviceAddress' => config('registry.service_http'),
|
||||
'serviceAddress' => Helpers::dockerServiceAddress(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user