summaryrefslogtreecommitdiff
path: root/docs/content/setup/docker.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Include docker-compose snippetDavid Mehren2021-04-161-15/+37
| | | | | | | | | | | | Directing users to use the container repo to install HedgeDoc has caused upgrade-trouble in the past, after we made incompatible changes to the docker-compose.yml in the repo. This commit inserts a minimal docker-compose snipped in the docs, which can be used to get started. Upgrading can then be performed by just incrementing the referenced image version. Signed-off-by: David Mehren <git@herrmehren.de>
* Migrate container docs to main documentationDavid Mehren2021-04-161-10/+95
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Move docs into subdirectory to make mkdocs work in a subdirectoryTilman Vatteroth2021-01-051-0/+20
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>