Skip to content

Commit

Permalink
Update s3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jul 17, 2024
1 parent dca6126 commit d0cd17b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/services/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Primary object storage can be enabled by setting the `PRIMARY=minio` environment
```bash
docker compose up nextcloud minio
```


## Using mc command line

This can be useful for admin operations like setting a bucket quota on the `nc-external` bucket name:

```
docker compose exec minio mc alias set minio http://localhost:9000 nextcloud nextcloud
docker compose exec minio mc quota set minio/nc-external --size 1k
````

0 comments on commit d0cd17b

Please sign in to comment.