From c8361a3844aa4c195bd021688cf9d881b37ef033 Mon Sep 17 00:00:00 2001 From: Bal Krishna Jha Date: Sat, 4 Dec 2021 15:52:42 +0530 Subject: [PATCH] Add link of docker-compose file --- site/src/docs/getting-started/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/getting-started/installation/index.md b/site/src/docs/getting-started/installation/index.md index 70e12664..a686b95b 100644 --- a/site/src/docs/getting-started/installation/index.md +++ b/site/src/docs/getting-started/installation/index.md @@ -8,7 +8,7 @@ title: Installation _This is the recommended way to run Remark42_ -- copy provided `docker-compose.yml` and customize for your needs +- copy provided [`docker-compose.yml`](https://github.com/umputun/remark42/blob/master/docker-compose.yml) and customize for your needs - make sure you **don't keep** `ADMIN_PASSWD=something...` for any non-development deployments - pull prepared images from the Docker Hub and start - `docker-compose pull && docker-compose up -d` - alternatively compile from the sources - `docker-compose build && docker-compose up -d`