Using a frontend port that is different from the backend port

Viewed 7140

I have a traefik instance in front of a service. The service runs on port 9000. However I would like port :8000 to proxy the request to this service. Both run in marathon.

I tried using traefik.port label however it seems to be assuming that the backend is running on 8000 too when I do this judging from the backend block at :8000/dashboard.

I also tried other solutions such as

traefik.frontend.rule=Host:traefikhost:8000 with no success

The docs are really unclear on this case

1 Answers
Related