Files
pp-tcms/docs/docs/getstarted/docker.md
2025-05-25 21:17:32 +09:00

21 lines
311 B
Markdown

---
sidebar_position: 2
---
# Running UnitTCMS with Docker
First, clone the repository.
```bash
git clone https://github.com/kimatata/unittcms.git
```
and start container with the following command.
```bash
cd unittcms
docker-compose up --build
```
then, you can access the app at `http://localhost:8000`