fix: gocd-agent docker-compose template syntax
This commit is contained in:
parent
9cc4ca52f8
commit
19c33d9bb3
@ -6,7 +6,7 @@ gocd-agent:
|
|||||||
tty: true
|
tty: true
|
||||||
image: rawmind/rancher-goagent:16.2.1-1
|
image: rawmind/rancher-goagent:16.2.1-1
|
||||||
external_links:
|
external_links:
|
||||||
- ${goserver_ip}:gocd-server.rancher.internal
|
- ${goserver_ip}:gocd-server
|
||||||
environment:
|
environment:
|
||||||
- AGENT_MEM=${mem_initial}m
|
- AGENT_MEM=${mem_initial}m
|
||||||
- AGENT_MAX_MEM=${mem_max}m
|
- AGENT_MAX_MEM=${mem_max}m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user