Not that it really matters, but the readme says
The touch command must be run the first time the server is run because uploads.json must exist for it to not be mapped as a directory by docker.
while the example shows echo "{}" > uploads.json
instead of touch
.