working file sharing

This commit is contained in:
2026-04-16 20:38:16 +02:00
parent f0fdaedd8c
commit 84e3f852fe
14 changed files with 190 additions and 81 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
minio:
image: minio/minio:RELEASE.2024-03-19T00-00-00Z
image: minio/minio:latest
container_name: minio
restart: unless-stopped
environment:
@@ -14,4 +14,4 @@ services:
ports:
- "9000:9000"
- "9001:9001"
command: server /data --console-address ":9001"
command: server /data --console-address ":9001"