Skip to content

Commit 8228ec6

Browse files
committed
rework decomposed s3
1 parent f98c1ed commit 8228ec6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/admin/configuration/storage/decomposeds3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Decomposeds3 is a storage driver for OpenCloud that uses MinIO, an S3-compatible
2121
Download the `opencloud_full` folder (this folder contains a multi-file Docker Compose configuration):
2222

2323
```bash
24-
git clone https://github.com/opencloud-eu/opencloud.git
24+
git clone https://github.com/opencloud-eu/opencloud-compose.git
2525
```
2626

2727
## Start
2828

2929
Navigate to the Docker Compose configuration folder:
3030

3131
```bash
32-
cd opencloud/deployments/examples/opencloud_full
32+
cd opencloud-compose
3333
```
3434

3535
Enable `decomposeds3.yml` and `minio.yml` in the `.env` file:
3636

3737
```bash
38-
nano opencloud/deployments/examples/opencloud_full/.env
38+
nano .env
3939
```
4040

4141
Find all required environment variables `env` here: [decomposeds3-envs](https://github.com/opencloud-eu/opencloud/blob/main/services/storage-users/pkg/config/config.go#L143-L176)

0 commit comments

Comments
 (0)