From 4f431d36ed698ebfac892dcf9240bc0849268c93 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Sat, 20 Sep 2014 15:07:20 +0100 Subject: [PATCH] Fix binding a folder using the wrong id. --- src/application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.coffee b/src/application.coffee index 04058092..8c2bffda 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -146,7 +146,7 @@ exports.start = start = (app) -> Privileged: true PortBindings: ports Binds: [ - '/resin-data/' + app.id + ':/data' + '/resin-data/' + app.appId + ':/data' '/lib/modules:/lib/modules' '/var/run/docker.sock:/run/docker.sock' ]