fix /tmp bind mount (#4455)

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

View File

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