docker implement image upload permission issue #344

Closed
opened 2026-02-04 18:37:44 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Kellermaan on GitHub (Aug 4, 2023).

Hi,
Really like your app. Thanks a lot.
I'm using the latest version of docker implement of this app.
But I can't upload the image.

the log show
EACCES: permission denied, mkdir 'public/project-background-images/8637a333-8dcc-4e09-8684-ebca4be869dd'

Not sure how to fix it. thanks.

Originally created by @Kellermaan on GitHub (Aug 4, 2023). Hi, Really like your app. Thanks a lot. I'm using the latest version of docker implement of this app. But I can't upload the image. the log show EACCES: permission denied, mkdir 'public/project-background-images/8637a333-8dcc-4e09-8684-ebca4be869dd' Not sure how to fix it. thanks.
Author
Owner

@meltyshev commented on GitHub (Aug 4, 2023):

Hi! I've found similar issues: https://github.com/plankanban/planka/issues/374 and https://github.com/plankanban/planka/issues/382.
We need more information to find the problem. Have you changed docker-compose.yml?

@meltyshev commented on GitHub (Aug 4, 2023): Hi! I've found similar issues: https://github.com/plankanban/planka/issues/374 and https://github.com/plankanban/planka/issues/382. We need more information to find the problem. Have you changed `docker-compose.yml`?
Author
Owner

@filcuk commented on GitHub (Aug 12, 2023):

As per the referenced posts, if you use bind mount instead of volumes in the default compose, you need to run chown -R 1000:1000 your-app-dir/planka
I think this would be a valuable addition to the docs!

@filcuk commented on GitHub (Aug 12, 2023): As per the referenced posts, if you use bind mount instead of volumes in the default compose, you need to run `chown -R 1000:1000 your-app-dir/planka` I think this would be a valuable addition to the docs!
Author
Owner

@Kellermaan commented on GitHub (Aug 13, 2023):

As per the referenced posts, if you use bind mount instead of volumes in the default compose, you need to run chown -R 1000:1000 your-app-dir/planka I think this would be a valuable addition to the docs!

Yes, that's the issue. fixed it, thanks a lot!

@Kellermaan commented on GitHub (Aug 13, 2023): > As per the referenced posts, if you use bind mount instead of volumes in the default compose, you need to run `chown -R 1000:1000 your-app-dir/planka` I think this would be a valuable addition to the docs! Yes, that's the issue. fixed it, thanks a lot!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#344