Skip to content

Commit

Permalink
Merge pull request #200 from benjixx/bugfix/docker-compose
Browse files Browse the repository at this point in the history
fix docker-compose integration
  • Loading branch information
benjixx committed Nov 19, 2018
2 parents 874f918 + f33fda8 commit 68646f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodplay/docker_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def setup(self):

inventory_lines = []
for service in self.project.services:
container_name = service.get_container_name(service.name, 1)
container_name = service.get_container().name
inventory_line = ' '.join((
service.name,
'ansible_connection="goodplaydocker"',
Expand Down

0 comments on commit 68646f5

Please sign in to comment.