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

311 B

sidebar_position
sidebar_position
2

Running UnitTCMS with Docker

First, clone the repository.

git clone https://github.com/kimatata/unittcms.git

and start container with the following command.

cd unittcms
docker-compose up --build

then, you can access the app at http://localhost:8000