This commit is contained in:
Andras Bacsai 2023-06-15 14:29:06 +02:00
parent be27f7d403
commit 719d3114da
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public function submit()
instant_remote_process(['docker network create --attachable ' . $this->network], $server); instant_remote_process(['docker network create --attachable ' . $this->network], $server);
instant_remote_process(["docker network connect $this->network coolify-proxy"], $server); instant_remote_process(["docker network connect $this->network coolify-proxy"], $server, throwError: false);
$docker = ModelsStandaloneDocker::create([ $docker = ModelsStandaloneDocker::create([
'name' => $this->name, 'name' => $this->name,

View File

@ -43,7 +43,7 @@
<x-forms.button wire:click.prevent='validateServer'> <x-forms.button wire:click.prevent='validateServer'>
Check Server Details Check Server Details
</x-forms.button> </x-forms.button>
<x-forms.button wire:click.prevent='installDocker'> <x-forms.button wire:click.prevent='installDocker' isHighlighted>
@if ($server->settings->is_usable) @if ($server->settings->is_usable)
Reconfigure Docker Engine Reconfigure Docker Engine
@else @else