Skip to content

Commit

Permalink
Fix minio
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Mar 9, 2022
1 parent ef77211 commit f180fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:
- ${DOCKER_RABBITMQ_PORT-5672}:5672

minio:
image: bitnami/minio:2022.3.5-debian-10-r3
# image: bitnami/minio:2022.3.5-debian-10-r3
image: minio/minio:RELEASE.2022-01-28T02-28-16Z
# When run with a TTY, minio prints credentials on startup
tty: true
command: ["server", "/data", "--console-address", ":${DOCKER_MINIO_CONSOLE_PORT-9001}"]
Expand Down

0 comments on commit f180fa5

Please sign in to comment.