From 81b4a5834ae8ff2768d0883fd24b061d5c000c55 Mon Sep 17 00:00:00 2001 From: Febbweiss Date: Fri, 5 Feb 2016 10:39:24 +0100 Subject: [PATCH] Fix: right configuration for agents --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8d2a0f5..7bfc8ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ gocd-agent: - GO_SERVER=gocd-server - GO_SERVER_PORT=8153 gocd-agent-jdk8: - build: gocd-agent/. + build: gocd-agent-jdk8/. links: - gocd-server environment: @@ -26,7 +26,7 @@ gocd-agent-jdk8: - GO_SERVER=gocd-server - GO_SERVER_PORT=8153 gocd-agent-nodejs: - build: gocd-agent/. + build: gocd-agent-nodejs/. links: - gocd-server environment: @@ -35,7 +35,7 @@ gocd-agent-nodejs: - GO_SERVER=gocd-server - GO_SERVER_PORT=8153 gocd-agent-cloudfoundry: - build: gocd-agent/. + build: gocd-agent-cloudfoundry/. links: - gocd-server environment: