# docker-index **Repository Path**: meimolihan/index ## Basic Information - **Project Name**: docker-index - **Description**: nginx-file-server 文件服务器(一键部署脚本) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-02 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: docker-compose ## README ## 一键部署脚本 ### 1 、Github 仓库脚本 ```bash mkdir -p /vol1/1000/home/nginx-file-server && \ cd /vol1/1000/home/nginx-file-server && \ bash -c "$(curl -fsSL https://nginx-file.meimolihan.eu.org/init.sh)" ``` ### 2 、Gitee 仓库脚本 ```bash mkdir -p /vol1/1000/home/nginx-file-server && \ cd /vol1/1000/home/nginx-file-server && \ bash <(curl -sL gitee.com/meimolihan/index/raw/master/init.sh) ``` > 适用平台:x86-64 / ARM64 / Docker环境的所有设备