Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add option to scan stopped containers to readme
  • Loading branch information
lucaslorentz authored Sep 6, 2023
1 parent 712950c commit 2446cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ Usage of docker-proxy:
Process Caddyfile before loading it, removing invalid servers (default true)
--proxy-service-tasks
Proxy to service tasks instead of service load balancer (default true)
--scan-stopped-containers
Scan stopped containers and use their labels for Caddyfile generation (default false)
```
Those flags can also be set via environment variables:
Expand All @@ -521,6 +523,7 @@ CADDY_DOCKER_MODE=<string>
CADDY_DOCKER_POLLING_INTERVAL=<duration>
CADDY_DOCKER_PROCESS_CADDYFILE=<bool>
CADDY_DOCKER_PROXY_SERVICE_TASKS=<bool>
CADDY_DOCKER_SCAN_STOPPED_CONTAINERS=<bool>
CADDY_DOCKER_NO_SCOPE=<bool, default scope used>
```
Expand Down

0 comments on commit 2446cdd

Please sign in to comment.