chore: 更新 docker-compose 命令为 docker compose

统一使用 Docker Compose V2 的现代写法
This commit is contained in:
fawney19
2026-01-03 01:39:45 +08:00
parent cddc22d2b3
commit c02ac56da8
6 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Aether 部署配置 - 本地构建
# 使用方法:
# 首次构建 base: docker build -f Dockerfile.base -t aether-base:latest .
# 启动服务: docker-compose -f docker-compose.build.yml up -d --build
# 启动服务: docker compose -f docker-compose.build.yml up -d --build
services:
postgres: