From 57a1b28b27f8bd8c064eb9d5e9c3207f29155cb9 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 20 Oct 2016 16:32:00 +0100 Subject: [PATCH] docker-compose: fixing bug in incorrect service name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fe6b2a0e..3b0a2499 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ cloudapi: ############################################################################# # Frontend ############################################################################# -cloudapi: +backend: build: ./backend mem_limit: 128m labels: