hedgedoc/docs/content/setup/docker.md
Tilman Vatteroth eaeb88401d
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2021-01-05 13:15:32 +01:00

913 B

HedgeDoc Docker Image

Try in PWD

Debian-based version

Docker Repository on Quay

Alpine-based version

Docker Repository on Quay

The easiest way to setup HedgeDoc using docker are using the following three commands:

git clone https://github.com/hedgedoc/container.git hedgedoc-container
cd hedgedoc-container
docker-compose up

Read more about it in the container repository.