Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#18 point iplant-groups to parameterized image_name
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 8, 2016
1 parent df72b1f commit f70520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/docker/templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ iplant_email:
- exim_sender:local-exim

iplant_groups:
image: {{iplant_groups_docker_repo}}/iplant-groups:{{compose.de_tag}}
image: {{iplant_groups_docker_repo}}/{{iplant_groups.image_name}}:{{compose.de_tag}}
container_name: iplant-groups
command: --config /etc/iplant/de/iplant-groups.properties
restart: on-failure:3
Expand Down

0 comments on commit f70520f

Please sign in to comment.