Philip H.

Results 169 comments of Philip H.

As always its hard to fix an issue when not providing enough infomation (like: docker-compose.yml, logs etc.)

ports: - "80:80/tcp" - "51822:51822/udp" is missing

mine works without connection issues: I am using nginx proxy manager and caddy, both work without any issues. ```yml services: wg-easy: network_mode: "host" environment: - WG_HOST=${wg_host} - PASSWORD=${wg_pwd} - WG_PORT=${wg_port}...

yes, internal wireguard uses 51820/udp, but we managed it to work with other ports see: https://github.com/wg-easy/wg-easy/issues/972 WG_PORT=51820 yep... but its also not need as it is the fallback port... if...

@Apig-Sharbo Try without `WG_DEVICE: enp74s0` at least DNS setting is needed here.

@ei23fxg I updated the readme a few days ago: (its better to see it on the readme.) > WG_PORT 51820 12345 The public UDP port of your VPN server. WireGuard...

It does: https://github.com/wg-easy/wg-easy/pkgs/container/wg-easy

For next PR please update your branch first before submitting and use anotherone then `master`. This is only needed if running on a VPS right? Some users uses dyndns (due...

@daiyam insider runner is also updated to macos-15