traefik rule not redirecting requests made to "localhost/api" to backend container – Docker
traefik rule not redirecting requests made to "localhost/api" to backend container Whenever I change the backend - "traefik.http.routers.api.rule=Host(`localhost`) && PathPrefix(`/api`)" to Host('localhost') I can access the application at localhost but after adding this rule, whenever I go to localhost/api ,…