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

Changeable dashboard port #5142

Closed
leoshusar opened this issue Jul 22, 2019 · 6 comments
Closed

Changeable dashboard port #5142

leoshusar opened this issue Jul 22, 2019 · 6 comments
Labels
area/api kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future status/5-frozen-due-to-age

Comments

@leoshusar
Copy link

Do you want to request a feature or report a bug?

Feature

What did you expect to see?

I'd like to change dashboard port internally, not just endpoint.
Why? I'm using Traefik in docker with network_mode set to host so I can listen to any port I want. But now I have another service running on port 8080 and I cannot have these two simultaneously, it gives me error this port is already in use.

I think it may be configurable in traefik.toml, like

[api]
  port = 8081

or something like that. I don't know if it is as simple as it looks like, but I would really appreciate this option

@ldez
Copy link
Contributor

ldez commented Jul 22, 2019

@leoshusar
Copy link
Author

Sorry, I didn't mention that I'm using experimental latest version because of certificatesResolvers

@ldez
Copy link
Contributor

ldez commented Jul 22, 2019

Then take a look here #5119

@dduportal dduportal added area/api kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future and removed status/0-needs-triage labels Jul 22, 2019
@Thiritin
Copy link

Thiritin commented Sep 2, 2019

As an addition (as it is not currently documented): The Dashboard Port can be changed by setting the traefik endpoint.

[API]
  Dashboard = true

[entryPoints]
  [entryPoints.traefik]
    address = ":9090"

(This will start Dashboard on Port 9090)

@ldez
Copy link
Contributor

ldez commented Sep 2, 2019

@juliens juliens mentioned this issue Sep 17, 2019
2 tasks
@dduportal
Copy link
Contributor

In addition, with the release of the new version 2.0, you can find this information here: https://docs.traefik.io/operations/dashboard/#enabling-the-dashboard .

Closing as it's not a challenge anymore with the 2.0.0 release.

@traefik traefik locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/api kind/enhancement a new or improved feature. priority/P2 need to be fixed in the future status/5-frozen-due-to-age
Projects
None yet
Development

No branches or pull requests

5 participants