docs: Selfhost with docker
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Running UnitTCMS manually
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user