Define host and path frontend rule for Traefik
问题 I am trying to use Traefik to deploy proxy multiple applications in my Docker Swarm mode cluster. I have got it so that it proxies a named Host but I want it to proxy on a named Host and Path, but I cannot work out the labels I need to use. This is the docker service command I am using: docker service create \ \ --label "traefik.port=9000" \ --label "traefik.docker.network=traefik-net" \ --label "traefik.frontend.rule=Host:`hostname -f`" \ --label="traefik.backend=portainer" \ \ --constraint