Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minghsu0107 authored Jul 19, 2022
1 parent 80ffb18 commit daf8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo ./run.sh start

This will spin up all services declared in `docker-compose.yaml`. Visit `http://localhost` and you will see the application home page.

Bucket `myfilebucket` will be created automatically on `minio` by `createbucket`. However, if `createbucket` makes a request while `minio` is still initializing, the bucket creation will fail. If this happens, please run the following command to create the bucket again:
Bucket `myfilebucket` will be created automatically on `minio` by `createbucket`. However, if `minio` is still initializing after 5 retries of `createbucket`, the bucket creation will fail. If this happens, please run the following command once `minio` is up and running:
```bash
docker restart deployments-createbucket-1
```
Expand Down

0 comments on commit daf8b12

Please sign in to comment.