fix /tmp bind mount

This commit is contained in:
masavini 2023-07-11 18:12:55 +02:00 committed by GitHub
parent 67a7194d06
commit 5d3c9e0277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
"type": "bind"
},
{
"source": "~/.ssh",
"source": "/tmp",
"target": "/tmp",
"type": "bind"
},