xavier-hernandez / goaccess-for-nginxproxymanager

GoAccess Docker Image for Nginx Proxy Manager and more...
https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager
MIT License
524 stars 39 forks source link

start.sh failed: Permission denied #105

Closed crypticviper closed 1 year ago

crypticviper commented 1 year ago

After the latest update, I see the below errors in my container logs. Watchtower updated the container on 28-09. I cannot tell for sure if this was caused by this update because nginxproxymanager was also updated today so could be that too?

[FATAL tini (7)] exec /goan/start.sh failed: Permission denied

I checked the permission for the user that I am using for goaccess stack and the user does seem to have access to the logs folder.

I am running goaccess on a raspberrypi (open media vault 6.x)

xavier-hernandez commented 1 year ago

@crypticviper sorry there was an error on my last update that removed the execution flag on start.sh. Try to do another pull and it should be fixed.

docker pull xavierh/goaccess-for-nginxproxymanager:latest

crypticviper commented 1 year ago

I did that, works now. Thanks a lot. Great project BTW 👍