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 listening port #3

Open
TomErnst1972 opened this issue Oct 11, 2022 · 1 comment
Open

Change listening port #3

TomErnst1972 opened this issue Oct 11, 2022 · 1 comment

Comments

@TomErnst1972
Copy link

Hi,

can i change the listening port from 8080 to something else and if yes, how? Its colliding with another existing container...

many thanks,
Tom

@jaquer
Copy link

jaquer commented Oct 26, 2022

Since the service is running via Docker, you can change the host port that the service listens to by adding a line like this to docker-compose.yml:

    ports:
      - "127.0.0.1:3016:8080"

If you need to change the actual port in the container for some reason, you should be able to by setting server.port in settings.json, as explained in the documentation.

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

2 participants