Skip to content

Commit b5008c4

Browse files
authored
change policy to anonymous for minio (#4556)
1 parent 4be92d6 commit b5008c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-hosting/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
sleep 5;
133133
until (/usr/bin/mc config host add myminio http://minio:9000 minio miniominio) do echo '...waiting...' && sleep 1; done;
134134
/usr/bin/mc mb myminio/omnivore;
135-
/usr/bin/mc policy set public myminio/omnivore;
135+
/usr/bin/mc anonymous set public myminio/omnivore;
136136
exit 0;
137137
"
138138
mail-watch-server:

0 commit comments

Comments
 (0)