diff --git a/templates/iron-functions/0/docker-compose.yml b/templates/iron-functions/0/docker-compose.yml index 9d7b344..d2fe381 100644 --- a/templates/iron-functions/0/docker-compose.yml +++ b/templates/iron-functions/0/docker-compose.yml @@ -7,11 +7,11 @@ services: stdin_open: true tty: true links: - - api-lb:api + - functions-worker:api labels: io.rancher.container.pull_image: always api-lb: - image: rancher/lb-service-haproxy:v0.6.2 + image: rancher/lb-service-haproxy:v0.6.4 ports: - 8080:8080/tcp - 4000:4000/tcp