mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
✨ Set a concrete version of minio on devenv compose file
This commit is contained in:
parent
ecd4f32689
commit
ed1c7dcc12
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ services:
|
||||||
- PENPOT_LDAP_ATTRS_PHOTO=jpegPhoto
|
- PENPOT_LDAP_ATTRS_PHOTO=jpegPhoto
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
image: "minio/minio:latest"
|
image: "minio/minio:RELEASE.2023-11-11T08-14-41Z"
|
||||||
command: minio server /mnt/data --console-address ":9001"
|
command: minio server /mnt/data --console-address ":9001"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue