Hi, i run into an issue setting up fittrackee with a portainer stack.
- The Docker Compose YML was created exactly as shown in the official documentation.
- The stack is deployed via Portainer.
- When starting the container, any attempt to upload files fails. Logs show a
PermissionError pointing to /usr/src/app/uploads, even though the container runs as the fittrackee user.
PermissionError: [Errno 13] Permission denied: '/usr/src/app/fittrackee/uploads'
I´m not sure but i think post_start` in the YML is ignored by Docker Compose / Portainer.
Hi, i run into an issue setting up fittrackee with a portainer stack.
PermissionErrorpointing to/usr/src/app/uploads, even though the container runs as thefittrackeeuser.PermissionError: [Errno 13] Permission denied: '/usr/src/app/fittrackee/uploads'I´m not sure but i think post_start` in the YML is ignored by Docker Compose / Portainer.