From b6bab4f6b7d575921910f70ff5a714a150857708 Mon Sep 17 00:00:00 2001 From: Gianni Date: Mon, 18 Apr 2016 17:19:22 +0200 Subject: [PATCH] Give the chance to use mongodb container in MONGO_URL --- templates/linux/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/linux/start.sh b/templates/linux/start.sh index 2645942..b41556c 100644 --- a/templates/linux/start.sh +++ b/templates/linux/start.sh @@ -36,6 +36,7 @@ else --restart=always \ --publish=$PORT:80 \ --volume=$BUNDLE_PATH:/bundle \ + --link=mongodb:mongodb \ --hostname="$HOSTNAME-$APPNAME" \ --env-file=$ENV_FILE \ --name=$APPNAME \