We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This used to work in Traefik v2
cookieplone-templates/project/{{ cookiecutter.__folder_name }}/devops/stacks/{{ cookiecutter.hostname }}.yml
Line 56 in e0d452f
This is what worked for me in Traefik v3
HostRegexp(`.*`)
As discussed here: https://community.traefik.io/t/hostregexp-v3-and-named-regexp/19802
The text was updated successfully, but these errors were encountered:
@Fosten Thanks. The template still uses Traefik 2 (
cookieplone-templates/project/cookiecutter.json
Line 50 in e0d452f
Sorry, something went wrong.
No branches or pull requests
This used to work in Traefik v2
cookieplone-templates/project/{{ cookiecutter.__folder_name }}/devops/stacks/{{ cookiecutter.hostname }}.yml
Line 56 in e0d452f
This is what worked for me in Traefik v3
As discussed here: https://community.traefik.io/t/hostregexp-v3-and-named-regexp/19802
The text was updated successfully, but these errors were encountered: