mfloresVicomtech
mfloresVicomtech
Same here, I was about to test TLS certificate generation with Traefik on ECS, but this wrecks it. Labels are much needed in Traefik, please could you fix this?
I would add to this the possibility of nested environment variables substitution for situations like `${VARIABLE:-${VARIABLE:-default}}` Patch: ``` @@ -248,7 +248,11 @@ # $VARIABLE # ${VARIABLE} # ${VARIABLE:-default} default if...
Ok, tested again and found from your comment that I was entering _http://_ instead _ws://_ for TermSocket URI, but no error was being displayed. As one have to take that...