mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-10 03:32:26 +08:00
chore: 更新 docker-compose 命令为 docker compose
统一使用 Docker Compose V2 的现代写法
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user