Got this error after changing machine and docker-compose up
Meaning this might be issue from different Docker version.
Found the problem is from trailing slash, so change docker-compose.yml
Change from user-upload/
to user-upload
make this work
Hope this help !