mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-01 17:34:43 +00:00
fix /tmp bind mount (#4455)
This commit is contained in:
parent
67a7194d06
commit
f10253a3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"source": "~/.ssh",
|
||||
"source": "/tmp",
|
||||
"target": "/tmp",
|
||||
"type": "bind"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue