Traefik middleware ipAllowList not working

        - "traefik.http.middlewares.test-ipallowlist.ipallowlist.sourcerange=publicIp/32"
        - "traefik.http.routers.routertest.middlewares=test-ipallowlist@docker"

or

        - "traefik.http.middlewares.test-ipallowlist.ipallowlist.sourcerange=publicIp/32"
        - "traefik.http.routers.current-routers.middlewares=test-ipallowlist@docker"

AND not working, not create the new middleware
LOGS
level=error msg="field not found, node: ipallowlist" providerName=docker container=example-vault-vaultwarden-mw5g7d79af3j

I think it’s ipwhitelist in v2 and ipallowlist in upcoming v3.