mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
d52d1d255a
commit
eaeb88401d
94 changed files with 62 additions and 45 deletions
20
docs/content/setup/docker.md
Normal file
20
docs/content/setup/docker.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# HedgeDoc Docker Image
|
||||
|
||||
[](http://play-with-docker.com?stack=https://github.com/hedgedoc/container/raw/master/docker-compose.yml&stack_name=hedgedoc)
|
||||
|
||||
## Debian-based version
|
||||
|
||||
[](https://quay.io/repository/hedgedoc/hedgedoc)
|
||||
|
||||
## Alpine-based version
|
||||
|
||||
[](https://quay.io/repository/hedgedoc/hedgedoc)
|
||||
|
||||
The easiest way to setup HedgeDoc using docker are using the following three commands:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/hedgedoc/container.git hedgedoc-container
|
||||
cd hedgedoc-container
|
||||
docker-compose up
|
||||
```
|
||||
Read more about it in the [container repository](https://github.com/hedgedoc/container).
|
Loading…
Add table
Add a link
Reference in a new issue