1
0
Fork 0
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:
andres-portainer 2024-11-13 20:24:20 -03:00 committed by GitHub
parent cd6935b07a
commit 17c92343e0
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",
},