Solutions
-
asa666's post in Unraid VPN Manager - Tunnel wg0 Not showing up in Docker Containers was marked as the answerThis happened to me (on 7.2.4). Something had killed the docker network (check with docker network list). When I created another wg tunnel device (say wg1) it was then visible in the docker network list( via CLI and in the Edit page for docker containers).
So try either creating a new one or deleting and recreating your wg0. Or recreate the docker network using docker network create. Good luck!