add volume

This commit is contained in:
2026-01-31 16:34:22 +05:30
parent edbc10f371
commit d0c976d3a5

View File

@@ -8,6 +8,10 @@ services:
- "9000:9000" - "9000:9000"
- "9001:9001" - "9001:9001"
volumes: volumes:
- ./data:/data - rustfs_data:/data
- ./logs:/logs - rustfs_logs:/logs
restart: unless-stopped restart: unless-stopped
volumes:
rustfs_data:
rustfs_logs: