Skip to content
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

change the port #184

Closed
kbtang88 opened this issue Apr 20, 2024 · 6 comments
Closed

change the port #184

kbtang88 opened this issue Apr 20, 2024 · 6 comments

Comments

@kbtang88
Copy link

i want to know if i could change the port 8080 and 8443

@birdpump
Copy link

If you are running the web client with docker, you can change the host port to any unused port on your machine with this change in the command:
docker run -d -p <new port - http>:8080 -p <new port - https>:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

@kbtang88
Copy link
Author

thank you for your help.

@kbtang88
Copy link
Author

kbtang88 commented Apr 26, 2024

is this right

example
docker run -d -p 6678:8080 -p 9933:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

but the only i have i have one container port run on 8080

@birdpump
Copy link

Yup that's right, no problem

@kbtang88
Copy link
Author

but the only i have i have one container port run on 8080

@birdpump
Copy link

If you only want to have the webui on port 6678 http with this line in the command -p 6678:8080, you can remove the other ports, like this:
docker run -d -p 6678:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants