# docker-compose **Repository Path**: fuyifuyi/docker-compose ## Basic Information - **Project Name**: docker-compose - **Description**: docker-compose - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-09 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 中间件尽量用88xx - 89xx端口 # docker-compose up -d 启动 docker run -d --name dpanel --restart=always \ -p 8801:80 -p 8802:443 -p 8803:8080 -e APP_NAME=dpanel \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /home/dpanel:/dpanel registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest