wireguard-ui icon indicating copy to clipboard operation
wireguard-ui copied to clipboard

Issue using another port instead of 5000

Open paulr24 opened this issue 1 year ago • 3 comments

I couldn't use port 5000 because it was already in use so I changed it to 5003, but I can't access it and when I look at the logs it says it's binding to port 0.0.0.0:5000. Is there a config file or something I need to edit if I want to use a different port like this? Running on a Synology NAS.

paulr24 avatar Oct 18 '23 18:10 paulr24

+1 I need use different port to. Plz help

mailo84 avatar Nov 06 '23 16:11 mailo84

i had the same issue. using traefik with labels in docker-compose, in wireguard-ui service helps me.

floor12 avatar Dec 29 '23 00:12 floor12

The app supports listening to a custom port. If you run it from the binary, add -bind-address 127.0.0.1:5003 arg for example. You can also set it via BIND_ADDRESS environment variable if you use container.

ngoduykhanh avatar Dec 29 '23 09:12 ngoduykhanh