I am unable to use Minio on docker.
Unable to write to the backend, I have given the required permissions for this.
total 1
drwxrwxrwx 2 minio minio 2 Mar 10 03:23 .
drwxr-xr-x 3 root root 3 Mar 10 03:23 …
I am unable to use Minio on docker.
Unable to write to the backend, I have given the required permissions for this.
total 1
drwxrwxrwx 2 minio minio 2 Mar 10 03:23 .
drwxr-xr-x 3 root root 3 Mar 10 03:23 …
Works fine for me
It flashes deploying for a few seconds then stops
Hi, can you share how you configured this so that I can also get it to work?
as I have followed all the documentation that i can find. It’s not my first Truenas but clearly i am doing something wrong here.
Click the log button see whats the problem
Check permissions - user that runs Minio needs to have access to storage and Minio config need to be correct.
Docker log says unable to write to the backend, Enabled ACL on dataset 473 has full control, with the force option.
Can i get the correct config ?
I use /mnt/volume1/s3
mounted into /data
MinIO runs as 3003:3003 - this user needs to have Modify access to /mnt/volume1/s3
why are you mounting it as /export
?
there is thousands of guides how to setup MinIO in docker-compose this is not truenas specific at all
I changed it to /data, still same issue
can you unclick ACL in MinIO / Host Path Configuration ?
I will give that a try.