Closed matriv closed 2 years ago
Recent docker installtion on Mac doesn't allow to use /data, therefore replace it with /tmp/crate_data since /tmp is already shared by docker desktop (Preferences->Resources->File sharing)
/data
/tmp/crate_data
/tmp
Fixes: #212
@amotl Pushed a fixup with the comment, please double check it before I merge, thx!
Summary of the changes / Why this is an improvement
Recent docker installtion on Mac doesn't allow to use
/data
, therefore replace it with/tmp/crate_data
since/tmp
is already shared by docker desktop (Preferences->Resources->File sharing)Fixes: #212
Checklist