Skip to content

Commit

Permalink
chore: upgrade MinIO
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Dec 16, 2024
1 parent 339f8d5 commit 8bbb67a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .envs/.local/.minio
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
MINIO_ROOT_USER=mysagw-minio
MINIO_ROOT_PASSWORD=mysagw-minio123
MINIO_BROWSER=on
MINIO_CONSOLE_ADDRESS=":9001"
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
minio:
env_file: ./.envs/.local/.minio
ports:
- "9000:9000"
- "9001:9001"

mc:
env_file: ./.envs/.local/.minio
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
image: ghcr.io/adfinis/mysagw/ember:0.2.0

minio:
image: minio/minio:RELEASE.2023-09-04T19-57-37Z
image: minio/minio:RELEASE.2024-12-13T22-19-12Z
volumes:
- minio_data_snsd:/data
command: server data
Expand Down

0 comments on commit 8bbb67a

Please sign in to comment.