You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a fair while & going thru source to figure this out. I run the docker image on Synology unit. Your helpful README indicates to add a mount point for the container's /data folder. If I do only that, install fails with
curl: (23) Failure writing output to destination
Turns out this is because your install script wants to download the ZIP file to /tmp. The workaround for me was to create another mounted folder for /tmp.
Suggestion: try touching a file in /tmp and if that fails, write the downloaded ZIP file to /data instead.
Thank you very much for this great repo & container, my son really appreciates your work 👍
The text was updated successfully, but these errors were encountered:
It took me a fair while & going thru source to figure this out. I run the docker image on Synology unit. Your helpful README indicates to add a mount point for the container's
/data
folder. If I do only that, install fails withcurl: (23) Failure writing output to destination
Turns out this is because your install script wants to download the ZIP file to
/tmp
. The workaround for me was to create another mounted folder for/tmp
.Suggestion: try
touch
ing a file in/tmp
and if that fails, write the downloaded ZIP file to/data
instead.Thank you very much for this great repo & container, my son really appreciates your work 👍
The text was updated successfully, but these errors were encountered: