summaryrefslogtreecommitdiff
path: root/docs/setup/docker.md
diff options
context:
space:
mode:
authorDavid Mehren2020-11-15 21:02:36 +0100
committerGitHub2020-11-15 21:02:36 +0100
commit4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (patch)
treefa068d16074645b7b6d8d88b78724b9cd82dd879 /docs/setup/docker.md
parent299301f0fe5bea41b4407bbbc03932fc4dd1c1d3 (diff)
parent9898ab3ca5fa226967d8a3aca8e6e752554ed64d (diff)
Merge pull request #453 from hedgedoc/misc/renaming
Diffstat (limited to '')
-rw-r--r--docs/setup/docker.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/setup/docker.md b/docs/setup/docker.md
index a9a8b240..f6aeb833 100644
--- a/docs/setup/docker.md
+++ b/docs/setup/docker.md
@@ -1,20 +1,20 @@
-# CodiMD Docker Image
+# HedgeDoc Docker Image
-[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/codimd/container/raw/master/docker-compose.yml&stack_name=codimd)
+[![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://github.com/hedgedoc/container/raw/master/docker-compose.yml&stack_name=hedgedoc)
## Debian-based version
-[![Docker Repository on Quay](https://quay.io/repository/codimd/server/status "Docker Repository on Quay")](https://quay.io/repository/codimd/server)
+[![Docker Repository on Quay](https://quay.io/repository/hedgedoc/hedgedoc/status "Docker Repository on Quay")](https://quay.io/repository/hedgedoc/hedgedoc)
## Alpine-based version
-[![Docker Repository on Quay](https://quay.io/repository/codimd/server/status "Docker Repository on Quay")](https://quay.io/repository/codimd/server)
+[![Docker Repository on Quay](https://quay.io/repository/hedgedoc/hedgedoc/status "Docker Repository on Quay")](https://quay.io/repository/hedgedoc/hedgedoc)
-The easiest way to setup CodiMD using docker are using the following three commands:
+The easiest way to setup HedgeDoc using docker are using the following three commands:
```sh
-git clone https://github.com/codimd/container.git codimd-container
-cd codimd-container
+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/codimd/container).
+Read more about it in the [container repository](https://github.com/hedgedoc/container).