Open UltraBlackLinux opened 8 months ago
Hey, While I was setting this docker compose up I experienced the same thing. The following solution worked for me, perhaps you can try that.
https://github.com/ngoduykhanh/wireguard-ui/issues/473#issuecomment-1793604986
PEERS=1
This ^ is missing inside the .env.example
file, after I added this I was able to access the wireguard ui (with all other other settings left default).
Hopefully this also works for you
unfortunately I just ended up switching to wg-easy and ditched pihole and unbound entirely.
Very nice that you managed to figured it out though!
Hey there, I cannot for the life of me get the
network_mode: service:wireguard
statement to work. Whenever I insert that, theports
setting cannot be added to thewireguard-ui
container, so you'd expect it to be accessible from within thewireguard
container, but wrong. The request simply times out, or maybe you get a broken response (curl exits immediately, firefox loads for a long time), even with the correct port setting added to the wireguard container instead. Any idea what's going on here? The config is basically stock, but this just does not want to work. I'm confused