Fabian Markert
Fabian Markert
Thanks for the reply. i was able to create a docker compose file which can used to reproduce the error. ```yaml services: traefik: image: "traefik:latest" container_name: "traefik" #restart: unless-stopped command:...
@SciLor: I think I found the problem and created a PR.
@SciLor i noticed that the code of my PR is not part of the latest release is there a problem with the fix or did i made anything wrong?
Most Docker containers follows the semver schema if we take a look at the version of this project it is `tc_v0.6.2_ubuntu` this version starts with a prefix `tc_` the prefix...