# docker-linkease **Repository Path**: orangbus/docker-linkease ## Basic Information - **Project Name**: docker-linkease - **Description**: 易有云存储 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-30 - **Last Updated**: 2023-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 易有云存储 1、配置端口存储路径 ```bash cp env.example .env ``` 2、获取puid PUID/PGID:获取方式:终端输入id即可。 ```bash id ---- uid=1000(orangbus) gid=1000(orangbus) 组=1000(orangbus),994(docker),1001(www) ``` 3、启动 ```bash docker-compose up -d ``` 销毁 ```bash docker-compose down ```