michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Fix "File exists" error on startup #42

Closed neobrain closed 4 years ago

neobrain commented 4 years ago

When booting the container, an mkdir: can't create directory '/data': File exists error is printed to the logs. Irritatingly, nothing gets printed after this error for a while since the chown/chmod calls may take a while to complete, so the user may get the impression the container failed to start up.

agateblue commented 4 years ago

Thanks!