Skip to content

Commit

Permalink
feat: update minio to the newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dłuski committed Nov 5, 2023
1 parent ab927b8 commit a85c82d
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
@@ -1,7 +1,7 @@
version: "3.9"
services:
s3:
image: minio/minio:RELEASE.2021-11-24T23-19-33Z
image: minio/minio:RELEASE.2023-11-01T18-37-25Z
restart: unless-stopped
ports:
- "9000:9000"
Expand All @@ -14,7 +14,7 @@ services:
- internal
- public
volumes:
- minio_volume:/data
- minio_new_volume:/data
db:
image: mysql:8-oracle # -oracle tag supports arm64 architecture!
restart: unless-stopped
Expand Down Expand Up @@ -92,4 +92,4 @@ networks:
driver: bridge
volumes:
db_new_volume:
minio_volume:
minio_new_volume:

0 comments on commit a85c82d

Please sign in to comment.