mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
fix(compose): avoid leftovers in Run() BE-11381 (#129)
This commit is contained in:
parent
cd6935b07a
commit
17c92343e0
2 changed files with 16 additions and 2 deletions
|
@ -83,6 +83,7 @@ services:
|
|||
serviceName := "updater"
|
||||
|
||||
err := w.Run(context.Background(), filePaths, serviceName, libstack.RunOptions{
|
||||
Remove: true,
|
||||
Options: libstack.Options{
|
||||
ProjectName: "project_name",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue