Files
axmd/2026/doc/a.md
T
2026-05-05 15:49:19 +08:00

15 lines
195 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Deployment Doc
date: 2026-03-08
tags: [docs, deploy]
collections: [docker compose, ]
---
# Deployment Doc
部署时使用 Docker Compose
```bash
docker compose up -d --build
```