Hello, my docker-compose file is as follows, but I keep getting the error message "level=error msg="KV connection error: failed to watch KV: key not found in store, retrying in 16.356303067s" providerName=etcd". Can you please help me understand why this is happening?
Seems you configured Traefik to read data from etcd and the mandatory data is not there:
-providers.etcd=true
-providers.etcd.endpoints=172.24.0.2:2379
See a simple Traefik example with Docker.