1
0
Fork 0

docker domain

This commit is contained in:
emile 2015-09-09 17:10:43 +02:00
parent 730fbfe9c5
commit c5a91e7d22
3 changed files with 6 additions and 2 deletions

View file

@ -8,5 +8,5 @@
backends = [{{range $container := $containers}}"backend-{{getBackend $container}}",{{end}}]
[routes.route-{{$host}}.rules.rule-host-{{$host}}]
category = "Host"
value = "{{$host}}.zenika.fr"
value = "{{$host}}.{{$.Domain}}"
{{end}}