Skip to content

Commit

Permalink
Merge pull request #611 from nginx-proxy/include-stopped
Browse files Browse the repository at this point in the history
fix: don't include stopped containers by default
  • Loading branch information
buchdag authored May 14, 2024
2 parents a4f77bc + 32b2c9f commit 82bddc6
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 82bddc6

Please sign in to comment.