@@ -481,29 +481,29 @@ Run `caddy help docker-proxy` to see all available flags.
481
481
482
482
```
483
483
Usage of docker-proxy:
484
- -caddyfile-path string
484
+ -- caddyfile-path string
485
485
Path to a base Caddyfile that will be extended with Docker sites
486
- -controller-network string
486
+ -- controller-network string
487
487
Network allowed to configure Caddy server in CIDR notation. Ex: 10.200.200.0/24
488
- -ingress-networks string
488
+ -- ingress-networks string
489
489
Comma separated name of ingress networks connecting Caddy servers to containers.
490
490
When not defined, networks attached to controller container are considered ingress networks
491
- -docker-sockets
491
+ -- docker-sockets
492
492
Comma separated docker sockets
493
493
When not defined, DOCKER_HOST (or default docker socket if DOCKER_HOST not defined)
494
- -docker-certs-path
494
+ -- docker-certs-path
495
495
Comma separated cert path, you could use empty value when no cert path for the concern index docker socket like cert_path0,,cert_path2
496
- -docker-apis-version
496
+ -- docker-apis-version
497
497
Comma separated apis version, you could use empty value when no api version for the concern index docker socket like cert_path0,,cert_path2
498
- -label-prefix string
498
+ -- label-prefix string
499
499
Prefix for Docker labels (default "caddy")
500
- -mode
500
+ -- mode
501
501
Which mode this instance should run: standalone | controller | server
502
- -polling-interval duration
502
+ -- polling-interval duration
503
503
Interval Caddy should manually check Docker for a new Caddyfile (default 30s)
504
- -process-caddyfile
504
+ -- process-caddyfile
505
505
Process Caddyfile before loading it, removing invalid servers (default true)
506
- -proxy-service-tasks
506
+ -- proxy-service-tasks
507
507
Proxy to service tasks instead of service load balancer (default true)
508
508
```
509
509
0 commit comments