浏览代码

Fix: right configuration for agents

Febbweiss 9 年之前
父节点
当前提交
81b4a5834a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docker-compose.yml

+ 3 - 3
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: