This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 8f9ea47 Making the storage directory to /tmp
8f9ea47 is described below
commit 8f9ea47b6b78eff266deeebfeb51954704240ae3
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Tue Mar 12 21:44:17 2019 -0400
Making the storage directory to /tmp
---
modules/ide-integration/src/main/resources/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/ide-integration/src/main/resources/docker-compose.yml
b/modules/ide-integration/src/main/resources/docker-compose.yml
index 25f873c..d2cac0a 100644
--- a/modules/ide-integration/src/main/resources/docker-compose.yml
+++ b/modules/ide-integration/src/main/resources/docker-compose.yml
@@ -49,6 +49,6 @@ services:
sshd:
image: dimuthuupe/sshd:1.0
volumes:
- - ./exp-data-dir:/var/www/portals/gateway-user-data
+ - /tmp:/tmp
ports:
- "22222:22"
\ No newline at end of file