first commit

This commit is contained in:
2026-01-31 11:47:05 +05:30
commit 876790623f

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
rustfs:
image: rustfs/rustfs:latest
container_name: rustfs
ports:
- "9000:9000"
- "9001:9001"
volumes:
- /data:/data
restart: unless-stopped