0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00

Set a concrete version of minio on devenv compose file

This commit is contained in:
Andrey Antukh 2023-11-15 13:25:09 +01:00
parent ecd4f32689
commit ed1c7dcc12

View file

@ -70,7 +70,7 @@ services:
- PENPOT_LDAP_ATTRS_PHOTO=jpegPhoto
minio:
image: "minio/minio:latest"
image: "minio/minio:RELEASE.2023-11-11T08-14-41Z"
command: minio server /mnt/data --console-address ":9001"
volumes: