# Docker container URL mapping

**URL:** https://community.traefik.io/t/docker-container-url-mapping/4128
**Category:** Traefik v2
**Tags:** docker
**Created:** [January 28, 2020, 2:26am UTC](https://community.traefik.io/t/docker-container-url-mapping/4128 "2020-01-28T02:26:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tardich](https://sea2.discourse-cdn.com/flex020/user_avatar/community.traefik.io/tardich/32/5562_2.png) [@tardich](https://community.traefik.io/u/tardich)
#### Post date: [January 28, 2020, 2:26am UTC](https://community.traefik.io/t/docker-container-url-mapping/4128/1 "2020-01-28T02:26:35Z")

</div>

I'm new to traefik v2, and I need to make it work as a standalone reverse proxy for now (used to traefik v1 under Kubernetes). Traefik is running OK on my host, and I can see the dashboard and api rawdata without any problem.

Now I want to set up a second container (let's say rancher). So I deployed rancher as a second standalone container, and it appeared in Traefik dashboard, showing that my traefik installation is working. But how can I now say to traefik how to reach this second container via a path, like:

Traefik URL: [http://my.fancy.traefik.mydomain.com:8080](http://my.fancy.traefik.mydomain.com:8080)

Required Rancher URL: [https://my.fancy.traefik.mydomain.com/rancher](https://my.fancy.traefik.mydomain.com/rancher) to point to the right container, while removing the /rancher part, obviously.

I just don't understand yet how to make it work

Tks,

Christian
