lucaslorentz / caddy-docker-proxy

Caddy as a reverse proxy for Docker
MIT License
2.86k stars 168 forks source link

Change scan-stopped-containers default value to false #560

Closed lucaslorentz closed 9 months ago

lucaslorentz commented 9 months ago

Fixes https://github.com/lucaslorentz/caddy-docker-proxy/issues/556.

When we introduced "scan-stoped-containers" v2.8.7, it was intended to be false by default, but I accidentally enabled it by default.

Fixing this now. It is a breaking change for those who have been relying on it since 2.8.7, but a better behavior to have by default. More compatible with versions prior v2.8.7 as well.