mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 09:58:37 +02:00
Fix auto deploy docker command not including the container argument (#1584)
Co-authored-by: MartinOscar <40749467+rmartinoscar@users.noreply.github.com>
This commit is contained in:
parent
7ace3978d8
commit
02f788a659
@ -49,7 +49,7 @@ class NodeAutoDeployService
|
||||
|
||||
return sprintf(
|
||||
'%s wings configure --panel-url %s --token %s --node %d%s',
|
||||
$docker ? 'docker compose exec -it' : 'sudo',
|
||||
$docker ? 'docker compose exec -it $(docker ps --filter "name=wings" --format "{{.Names}}")' : 'sudo',
|
||||
config('app.url'),
|
||||
$token,
|
||||
$node->id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user