Skip to content

Commit

Permalink
Fix: ensure we can configure consul
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 7, 2020
1 parent 0d6a78d commit 1f78a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
{% if traefik_consul_enable %}
command:
- "--consul"
- "--consul.endpoint=169.254.1.1:8500"
- "--consul.endpoint={{ traefik_consul_endpoint }}:8500"
- "--consul.prefix=traefik"
{% if traefik_consul_watch %}
- "--consul.watch"
Expand Down

0 comments on commit 1f78a5c

Please sign in to comment.