GithubHelp home page GithubHelp logo

change the port about web HOT 6 CLOSED

kbtang88 avatar kbtang88 commented on August 24, 2024
change the port

from web.

Comments (6)

birdpump avatar birdpump commented on August 24, 2024

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

from web.

kbtang88 avatar kbtang88 commented on August 24, 2024

thank you for your help.

from web.

kbtang88 avatar kbtang88 commented on August 24, 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

from web.

birdpump avatar birdpump commented on August 24, 2024

Yup that's right, no problem

from web.

kbtang88 avatar kbtang88 commented on August 24, 2024

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

from web.

birdpump avatar birdpump commented on August 24, 2024

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

from web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.