i played a bit with this wireguard solution.
Had some trouble to implement multiple wireguard docker containers on one host and to change your entrypoint script to provide multiple config files to get multiple wireguard interfaces.
network_mode: host exposes all ports to the container and linked containers.
the docker-compose now publish the port (udp)
Hi,
i played a bit with this wireguard solution. Had some trouble to implement multiple wireguard docker containers on one host and to change your entrypoint script to provide multiple config files to get multiple wireguard interfaces.
network_mode: host exposes all ports to the container and linked containers. the docker-compose now publish the port (udp)
i hope that works also for you :-)