We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alias
1 parent 31ff5d2 commit ff70d34Copy full SHA for ff70d34
1 file changed
docker-compose.yml
@@ -124,7 +124,7 @@ services:
124
entrypoint: >
125
/bin/sh -c "
126
sleep 15;
127
- /usr/bin/mc config host add myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
+ /usr/bin/mc alias set myminio http://sublimes3:8110 $$AWS_ACCESS_KEY_ID $$AWS_SECRET_ACCESS_KEY;
128
/usr/bin/mc mb myminio/email-screenshots;
129
/usr/bin/mc mb myminio/events;
130
/usr/bin/mc mb myminio/message-storage;
0 commit comments