1
0
Fork 0
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:
andres-portainer 2024-11-13 20:24:14 -03:00 committed by GitHub
parent 9b65f01748
commit 025a409ab5
2 changed files with 16 additions and 2 deletions

View file

@ -83,6 +83,7 @@ services:
serviceName := "updater"
err := w.Run(context.Background(), filePaths, serviceName, libstack.RunOptions{
Remove: true,
Options: libstack.Options{
ProjectName: "project_name",
},