### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I setup a new self hosted instance (following the documentation at https://docs.plane.so/self-hosting/methods/docker-compose ), I can't upload a profile picture. Diving into the logs I see the following in the API logs: ``` Checking bucket... Access to the bucket 'uploads' is forbidden. Check permissions. Cache Cleared ``` All services are running (expect for migration), I can go into the Minio admin panel, log in and everything. I expected the setup to automatically setup a Minio bucket or the documentation explaining how to setup Minio if it needs any manually setup. ### Steps to reproduce 1. Follow the documentation at https://docs.plane.so/self-hosting/methods/docker-compose 2. Go through the initial setup. 3. Go to your profile setting. 4. Try upload a profile picture. 5. See the error "Something went wrong please try again later." 6. Check the API docker logs and see the `Access to the bucket 'uploads' is forbidden. Check permissions.`. ### Environment Production ### Browser Mozilla Firefox ### Variant Self-hosted (community edition) ### Version master (commit [707570c](https://github.com/makeplane/plane/commit/707570ca7ab95d6680953de939f6acf78480ae01)) ### OS Ubuntu 22.04.3 (server) LTS