Skip to content

Commit

Permalink
related ansible#491 Bacpkort ansible#1007
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jan 26, 2018
1 parent c4efbd6 commit 209bdd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installer/local_docker/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ services:
{% if awx_container_search_domains is defined %}
dns_search: "{{ awx_container_search_domains }}"
{% endif %}
{% if awx_container_search_domains is defined %}
dns: "{{ awx_alternate_dns_servers }}"
{% endif %}
environment:
http_proxy: {{ http_proxy | default('') }}
https_proxy: {{ https_proxy | default('') }}
Expand Down Expand Up @@ -53,6 +56,9 @@ services:
{% if awx_container_search_domains is defined %}
dns_search: "{{ awx_container_search_domains }}"
{% endif %}
{% if awx_container_search_domains is defined %}
dns: "{{ awx_alternate_dns_servers }}"
{% endif %}
environment:
http_proxy: {{ http_proxy | default('') }}
https_proxy: {{ https_proxy | default('') }}
Expand Down

0 comments on commit 209bdd0

Please sign in to comment.