docs: Selfhost with docker

This commit is contained in:
Takeshi Kimata
2024-06-16 19:50:12 +09:00
parent d4db61860f
commit 1063471366
3 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,19 @@
---
sidebar_position: 3
sidebar_position: 2
---
# Running UnitTCMS as a Docker container
# Running UnitTCMS with Docker
Under development
First, clone the repository.
```bash
git clone git@github.com:kimatata/unittcms.git
```
and start containers with the following command.
```bash
docker-compose up --build
```
then, you can access the app at `http://localhost:8000`

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---
# Running UnitTCMS manually

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# Self hosting
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”.
UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “Manual”.
- Docker (Recommended)
- Manual
- Docker