Skip to content

Commit

Permalink
fix: don't include stopped containers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed May 14, 2024
1 parent a4f77bc commit 32b2c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docker-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func main() {
Config: []config.Config{cfg}}
}

all := true
all := false
for _, config := range configs.Config {
if config.IncludeStopped {
all = true
Expand Down

0 comments on commit 32b2c9f

Please sign in to comment.