mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 02:39:41 +02:00
fix(compose): avoid leftovers in Run() BE-11381 (#130)
This commit is contained in:
parent
9b65f01748
commit
025a409ab5
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