|
@@ -102,7 +102,7 @@
|
|
|
},
|
|
|
{
|
|
|
"type": "bind",
|
|
|
- "source": "$SSH_ROOT",
|
|
|
+ "source": "$HOME_ROOT/.ssh",
|
|
|
"destination": "/opt/app-root/src/.ssh",
|
|
|
"options": [
|
|
|
"bind",
|
|
@@ -112,8 +112,8 @@
|
|
|
},
|
|
|
{
|
|
|
"type": "bind",
|
|
|
- "source": "$SSH_ROOT",
|
|
|
- "destination": "/root/.ssh",
|
|
|
+ "source": "$HOME_ROOT",
|
|
|
+ "destination": "/root",
|
|
|
"options": [
|
|
|
"bind",
|
|
|
"rw",
|