You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I have wireguard in one docker and export in another, but I can't get it to see the wg0 interface, it always tells me not device and when I do a wg show in wireguard export it always returns it empty. How can I do to connect these two docker, because otherwise the metrics come out empty.
The text was updated successfully, but these errors were encountered:
Probably run it with network_mode: host? Or you can also connect to the Wireguard container and use it as network host with network_mode: "container:wireguardcontainername", although that will lose connection if the wireguard container restarts without the wireguard prom container not restarting as well.
hello,
I have wireguard in one docker and export in another, but I can't get it to see the wg0 interface, it always tells me not device and when I do a wg show in wireguard export it always returns it empty. How can I do to connect these two docker, because otherwise the metrics come out empty.
The text was updated successfully, but these errors were encountered: