Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Pin MinIO to latest cpuv1 release, to avoid the error:
Fatal glibc error: CPU does not support x86-64-v2

See:
minio/minio#18365
  • Loading branch information
maaikelimper authored Aug 8, 2024
1 parent 31d174c commit 732467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:

minio:
container_name: wis2box-minio
image: minio/minio
image: minio/minio:RELEASE.2024-08-03T04-33-23Z-cpuv1
mem_limit: 512m
memswap_limit: 512m
restart: always
Expand Down

0 comments on commit 732467a

Please sign in to comment.