Skip to content

Commit 07933df

Browse files
Update sublime_create_buckets command to use alias
1 parent 21cd41f commit 07933df

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
@@ -171,7 +171,7 @@ services:
171171
entrypoint: >
172172
/bin/sh -c "
173173
sleep 15;
174-
/usr/bin/mc config host add myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
174+
/usr/bin/mc alias set myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
175175
/usr/bin/mc mb myminio/email-screenshots;
176176
/usr/bin/mc ls myminio;
177177
exit 0;

0 commit comments

Comments
 (0)