May 3May 3 Community Expert Hi all,I use a traefik docker container.I use extra parameter for add somes network like that :Extra Parameters: --network nextcloud-aio --network socketI use Network Type: Custom : proxybut I don't see my proxy network in the list of network in the docker interface.crowdsec is on the custom proxy networkTraefik can't communicate with crowdsec.time=2026-05-03T09:19:55.970+02:00 level=ERROR msg="handleMetricsTicker:reportMetrics reportMetrics:query crowdsecQuery:unreachable url:http://crowdsec:8080/v1/usage-metricsAll work fine before 7.2.5 updateAny help on this problem ? Edited May 3May 3 by zitzutzo
May 3May 3 Author Community Expert Solution the solution :post argument : && docker network connect proxy traefik && docker network connect nextcloud-aio traefik && docker network connect socket traefikremove all extra parametersand put Network Type on bridge
May 4May 4 On 5/3/2026 at 7:50 PM, zitzutzo said:the solution :post argument : && docker network connect proxy traefik && docker network connect nextcloud-aio traefik && docker network connect socket traefikremove all extra parametersand put Network Type on bridgeI also encountered this, but I worked around it slightly differently. I kept all my extra parameters and left Network Type alone , and just added what was not connecting i.e. what was configured in Network type, in your case proxy and added that in extra parameters.So in your screenshot I would have had in extra parameters --network nextcloud-aio --network socket --network proxyFor some reason, whatever is in Network Type does not get added as part of the docker run command when spinning up the container.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.