Skip to content

Commit ff70d34

Browse files
Update create buckets command to use alias
1 parent 31ff5d2 commit ff70d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
entrypoint: >
125125
/bin/sh -c "
126126
sleep 15;
127-
/usr/bin/mc config host add myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
127+
/usr/bin/mc alias set myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
128128
/usr/bin/mc mb myminio/email-screenshots;
129129
/usr/bin/mc mb myminio/events;
130130
/usr/bin/mc mb myminio/message-storage;

0 commit comments

Comments
 (0)