File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ CADDY_DOCKER_MODE=<string>
521
521
CADDY_DOCKER_POLLING_INTERVAL=<duration >
522
522
CADDY_DOCKER_PROCESS_CADDYFILE=<bool >
523
523
CADDY_DOCKER_PROXY_SERVICE_TASKS=<bool >
524
- DOCKER_NO_SCOPE =<bool, default scope used>
524
+ CADDY_DOCKER_NO_SCOPE =<bool, default scope used>
525
525
```
526
526
527
527
Check **examples** folder to see how to set them on a Docker Compose file.
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func (dockerLoader *DockerLoader) monitorEvents() {
168
168
169
169
func (dockerLoader * DockerLoader ) listenEvents () {
170
170
args := filters .NewArgs ()
171
- if ! isTrue .MatchString (os .Getenv ("DOCKER_NO_SCOPE " )) {
171
+ if ! isTrue .MatchString (os .Getenv ("CADDY_DOCKER_NO_SCOPE " )) {
172
172
// This env var is useful for Podman where in some instances the scope can cause some issues.
173
173
args .Add ("scope" , "swarm" )
174
174
args .Add ("scope" , "local" )
You can’t perform that action at this time.
0 commit comments