-
-
Notifications
You must be signed in to change notification settings - Fork 439
Bug: HTTP server uses port 8000, even if the HTTP_CONTROL_SERVER_PORT configuration is different. #2783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
Actually the dockerfile exposes this 8000 regardless what port you have. I have change it as well and works (while still 8000 is exposed) |
I believe the environment variable you should be updating is
and not HTTP_CONTROL_SERVER_PORT. This works for me. |
Indeed, that's my mistake. Now works as expected. Can now be closed. |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Is this urgent?
None
Host OS
Proxmox, Debian 12, LXC Container with Ubuntu 24.04, Docker version 28.1.0, Docker Compose version v2.35.0
CPU arch
x86_64
VPN service provider
Mullvad
What are you using to run the container
docker-compose
What is the version of Gluetun
3.40.0
What's the problem 🤔
Although the port is set to 8002 with the HTTP_CONTROL_SERVER_PORT option, the HTTP server listens on port 8000.
Log:
I have tested both
8002
and:8002
. Both with the same result.Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: