This commit is contained in:
2026-05-05 15:49:19 +08:00
commit 4bd6d86145
14 changed files with 253 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
title: Deployment Doc
date: 2026-03-08
tags: [docs, deploy]
collections: [docker compose, ]
---
# Deployment Doc
部署时使用 Docker Compose
```bash
docker compose up -d --build
```