mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-26 07:25:55 +03:00
[GH-ISSUE #97] File /usr/share/nginx/html/api/../data/sha1.csv not found running on alpine:arm #74
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iav on GitHub (Sep 22, 2019).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/97
I try to run your docker image on ARM Small Board Computers.
There have to use non-x86 based images, I lightly change your dockerfile.
When image runs on aRaspberryPi3 B+ I see an error on console during adding of picture
Strange but I not see this error if run same dockerfile on x86 host.
But I check, there no
/usr/share/nginx/html/api/../data/sha1.csvfile, and seems like/usr/share/nginx/html/inc/core.phpon line 368 true tries to open it.@geek-at commented on GitHub (Sep 23, 2019):
You may have to create it forst or give the webserver and php-fpm enough rights to create it
@iav commented on GitHub (Sep 24, 2019):
There are owner nginx:nginx. seems it not tryes to create, but use after I create empty file and chown to nginx.
@geek-at commented on GitHub (Jan 5, 2020):
fixed in
github.com/HaschekSolutions/PictShare-Docker@4cbb8a3e93