This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,12 @@
```
docker create --name nas-minio \
--publish 9000:9000 \
--publish 9001:9001 \
--env MINIO_ROOT_USER="kyugao" \
--env MINIO_ROOT_PASSWORD="Pureblood001" \
--volume /var/services/homes/kyugao/minio_home:/data \
--network=fixbridge --ip=172.16.0.4 \
bitnami/minio:latest
```