mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: container selection
This commit is contained in:
parent
13701f6030
commit
2f286a6595
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class ExecuteContainerCommand extends Component
|
|||
|
||||
$this->server = $this->resource->server;
|
||||
}
|
||||
if ($this->containers->count() > 1) {
|
||||
if ($this->containers->count() > 0) {
|
||||
$this->container = $this->containers->first();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue