3x-ui
3x-ui copied to clipboard
Is it possible to use wireguard under docker compose setup?
Hi!
In docker-compose.yaml
there is network_mode: host
option.
I use service by rewrited host network with open ports on every inbound. And all inbound work fine. Except for wireguard.
It doesn't work.
So here is question, is it mandatory mode for wireguard to work or not? I can't figure out why wireguard inbound does not work.
I know there is possibility to use wireguard server inside container without host network, but maybe here it isn't the option.