fixup! 🔧(compose) replace minio by rustfs

This commit is contained in:
Manuel Raynaud
2026-05-18 18:09:12 +02:00
parent 7e186f09f0
commit d860744ad3
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
- name: Start Rustfs
run: |
docker pull rustfs/rustfs:latest
docker run -d --name rustfs \
docker run --name rustfs \
-p 9000:9000 \
-e "RUSTFS_ACCESS_KEY=impress" \
-e "RUSTFS_SECRET_KEY=password" \