fixup! 🔧(compose) replace minio by rustfs

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