wireguard-ui
wireguard-ui copied to clipboard
Issue using another port instead of 5000
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.
+1 I need use different port to. Plz help
i had the same issue. using traefik with labels in docker-compose, in wireguard-ui service helps me.
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.