blob: f6aeb833f5238b75bdcb0c3441ab82b7e2ee5e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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).
|