fix: gocd-agent docker-compose template syntax

This commit is contained in:
Raul Sanchez 2016-04-19 19:21:25 +02:00
parent 9cc4ca52f8
commit 19c33d9bb3

View File

@ -6,7 +6,7 @@ gocd-agent:
tty: true
image: rawmind/rancher-goagent:16.2.1-1
external_links:
- ${goserver_ip}:gocd-server.rancher.internal
- ${goserver_ip}:gocd-server
environment:
- AGENT_MEM=${mem_initial}m
- AGENT_MAX_MEM=${mem_max}m