Skip to content

Commit

Permalink
Merge pull request #12 from cryptlex/saalim/upgrade-minio-version-to-…
Browse files Browse the repository at this point in the history
…latest

chore: Upgrade MinIO to latest release and replace deprecated environ…
  • Loading branch information
adnan-kamili authored Feb 27, 2025
2 parents a483c84 + 2a45f0a commit 75d513f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ services:
- traefik.enable=false

filestore:
image: minio/minio:RELEASE.2020-08-18T19-41-00Z
image: minio/minio:RELEASE.2025-02-07T23-21-09Z
environment:
MINIO_ACCESS_KEY: ${FILE_STORE_ACCESS_KEY}
MINIO_SECRET_KEY: ${FILE_STORE_SECRET_KEY}
MINIO_ROOT_USER: ${FILE_STORE_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${FILE_STORE_SECRET_KEY}
command: server /opt/minio
ports:
- 9000
Expand Down

0 comments on commit 75d513f

Please sign in to comment.