Closed gumby0q closed 3 years ago
the s3ninja process runs as user id 2000. Could you please try to chown 2000:2000 data
on your host machine?
for your second question: every buckets is just a directory within the "data" directory. You should be able to link a bucket (aka directory) to a tempfs with docker.
geat! - we will update the documentation to make that clear.
If you have any further questions, please reopen the issue.
start container:
docker-compose --env-file .env.test up --build -d
stop container:
docker-compose --env-file .env.test down
Note: do not forget that after reboot and after container restart all the data will be dropped.
Still getting an issue even after running chown 2000:2000 data
. Can anyone help me out? @hggh
Still getting an issue even after running
chown 2000:2000 data
. Can anyone help me out? @hggh
could you please post your docker-compose file?
Hi,
I am trying to use s3-ninja with docker compose and make a shared volume for it, but when the volume became shared I get an error with permissions (see the screenshot) compose file:
screenshot:
Even from UI the bucket cannot be created:
Did I miss something?
tmpfs
for holding the storage data (and database etc.) in memory (for tests as a use case)?