Files
script/docker/compose
牡蛎 4b5071fd05 docs: 优化多个 README 文件中的命令格式
- 移除了不必要的 mkdir 命令中的 && 符号
- 更新了 curl 命令格式,从 -fsSL 改为 -fSL
- 添加了 Python 脚本说明文档
- 新增了删除空文件夹的 Python 脚本
2025-06-27 19:12:23 +08:00
..

Docker Compose

安装

Debian/Ubuntu/Raspbian

apt-get update && apt-get install docker-compose

CentOS/RHEL

yum install docker-compose